Skip to content

Commit

Permalink
POWER: Strawman 'powerful features' document.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Nov 20, 2014
1 parent 8d8d201 commit 3c1b2f6
Show file tree
Hide file tree
Showing 4 changed files with 951 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ mixedcontent/index.html: mixedcontent/index.src.html
referrer-policy/index.html: referrer-policy/index.src.html
bikeshed -q spec ./referrer-policy/index.src.html index.html

powerfulfeatures/index.html: powerfulfeatures/index.src.html
bikeshed -q spec ./powerfulfeatures/index.src.html index.html

publish: all
git push origin master master:gh-pages
12 changes: 12 additions & 0 deletions specs/biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
"status": "ED",
"publisher": "W3C"
},
"POWERFUL-NEW-FEATURES": {
"authors": [ "Chrome Security Team" ],
"href": "https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features",
"title": "Prefer Secure Origins For Powerful New Features"
},
"PSL": {
"authors": [ "Mozilla Foundation" ],
"href": "https://publicsuffix.org/",
Expand Down Expand Up @@ -242,6 +247,13 @@
"title": "HTTP/1.1 Semantics and Content",
"status": "RFC",
"publisher": "IETF"
},
"RFC7258": {
"authors": [ "Stephen Farrell", "Hannes Tschofenig" ],
"href": "http://www.ietf.org/rfc/rfc7258.txt",
"title": "Pervasive Monitoring Is an Attack",
"status": "RFC",
"publisher": "IETF"
}
}

Loading

0 comments on commit 3c1b2f6

Please sign in to comment.