Skip to content

Commit fed5066

Browse files
committed
Merge branch 'clearbrowsingdata'
2 parents 4d2bbe5 + d12b5aa commit fed5066

File tree

4 files changed

+2215
-0
lines changed

4 files changed

+2215
-0
lines changed

specs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ clean:
66
rm -rf ./mixedcontent/index.html
77
rm -rf ./referrer-policy/index.html
88

9+
CLEAR: clear-site-data/index.html
910
CREDENTIAL: credentialmanagement/index.html
1011
CREDENTIAL-FPWD: credentialmanagement/published/2015-04-FPWD.html
1112
CSP-PINNING: csp-pinning/index.html
@@ -22,6 +23,9 @@ REFERRER: referrer-policy/index.html
2223
UPGRADE: upgrade/index.html
2324
UPGRADE-WD: upgrade/published/WD.html
2425

26+
clear-site-data/index.html: clear-site-data/index.src.html biblio.json
27+
bikeshed -f spec ./clear-site-data/index.src.html
28+
2529
csp-pinning/index.html: csp-pinning/index.src.html biblio.json
2630
bikeshed -f spec ./csp-pinning/index.src.html
2731

specs/biblio.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@
146146
"title": "Protecting Users Against XSS-based Password Manager Abuse",
147147
"publisher": "AsiaCCS"
148148
},
149+
"STORAGE": {
150+
"authors": [ "Anne van Kesteren" ],
151+
"href": "https://storage.spec.whatwg.org/",
152+
"title": "Storage Living Standard",
153+
"status": "LS",
154+
"publisher": "WHATWG"
155+
},
149156
"UIREDRESS": {
150157
"authors": [
151158
"Giorgio Maone", "David Lin-Shung Huang", "Tobias Gondrom", "Brad Hill"

0 commit comments

Comments
 (0)