Skip to content

Commit

Permalink
Update references to w3c.org content to use HTTPS (w3c#63)
Browse files Browse the repository at this point in the history
Take advantage of w3c.org serving over HTTPS already.
  • Loading branch information
shekyan authored and mikewest committed Apr 27, 2016
1 parent 1c25d4d commit 6558d2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ <h1>Content Security Policy Level 3</h1>
text: eval(); url: sec-eval-x
text: Function(); url: sec-function-objects
text: JSON.stringify(); url: sec-json.stringify
spec: DOM; urlPrefix: http://www.w3.org/TR/dom/
spec: DOM; urlPrefix: https://www.w3.org/TR/dom/
type: interface
text: Element; url: interface-element
type: attribute
text: textContent; for: Node; url: dom-node-textcontent
spec: HTML5; urlPrefix: http://www.w3.org/TR/html5/
spec: HTML5; urlPrefix: https://www.w3.org/TR/html5/
type: dfn
urlPrefix: embedded-content-0.html
text: an iframe srcdoc document
Expand Down Expand Up @@ -160,7 +160,7 @@ <h1>Content Security Policy Level 3</h1>
text: integrity metadata; url: concept-request-integrity-metadata
type: interface
text: Request
spec: MIX; urlPrefix: http://www.w3.org/TR/mixed-content/
spec: MIX; urlPrefix: https://www.w3.org/TR/mixed-content/
type: dfn; text: block-all-mixed-content
spec: URL; urlPrefix: https://url.spec.whatwg.org/
type: dfn
Expand All @@ -179,13 +179,13 @@ <h1>Content Security Policy Level 3</h1>
text: scheme; for: URL; url: concept-url-scheme
type: interface;
text: URL
spec: SERVICE-WORKERS; urlPrefix: http://www.w3.org/TR/service-workers/
spec: SERVICE-WORKERS; urlPrefix: https://www.w3.org/TR/service-workers/
type: interface
text: ServiceWorker; url: service-worker-interface
spec: WORKERS; urlPrefix: http://www.w3.org/TR/workers/
spec: WORKERS; urlPrefix: https://www.w3.org/TR/workers/
type: interface
text: Worker
spec: CSSOM; urlPrefix: http://www.w3.org/TR/cssom/
spec: CSSOM; urlPrefix: https://www.w3.org/TR/cssom/
type: dfn
text: insert a css rule
text: parse a css declaration block
Expand Down Expand Up @@ -255,7 +255,7 @@ <h1>Content Security Policy Level 3</h1>
},
"HTML-DESIGN": {
"authors": [ "Anne Van Kesteren", "Maciej Stachowiak" ],
"href": "http://www.w3.org/TR/html-design-principles/",
"href": "https://www.w3.org/TR/html-design-principles/",
"title": "HTML Design Principles",
"publisher": "W3C"
},
Expand Down

0 comments on commit 6558d2f

Please sign in to comment.