File tree Expand file tree Collapse file tree 3 files changed +8119
-0
lines changed Expand file tree Collapse file tree 3 files changed +8119
-0
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ all: clean content-security-policy/index.html mixedcontent/index.html referrer-p
2
2
3
3
clean :
4
4
rm -rf ./content-security-policy/index.html
5
+ rm -rf ./cowl/index.html
5
6
rm -rf ./credentialmanagement/index.html
6
7
rm -rf ./mixedcontent/index.html
7
8
rm -rf ./referrer-policy/index.html
8
9
9
10
CLEAR : clear-site-data/index.html
10
11
CLEAR-FPWD : clear-site-data/published/2015-07-FPWD.html
11
12
CREDENTIAL : credentialmanagement/index.html
13
+ COWL : cowl/index.html
12
14
CREDENTIAL-FPWD : credentialmanagement/published/2015-04-FPWD.html
13
15
CSP-PINNING : csp-pinning/index.html
14
16
CSP-PINNING-FPWD : csp-pinning/published/2015-02-FPWD.html
@@ -46,6 +48,9 @@ CSP2/published/2015-08-PR.html: CSP2/index.src.html
46
48
content-security-policy/index.html : content-security-policy/index.src.html biblio.json
47
49
bikeshed -f spec ./content-security-policy/index.src.html
48
50
51
+ cowl/index.html : cowl/index.src.html biblio.json
52
+ bikeshed -f spec ./cowl/index.src.html
53
+
49
54
credentialmanagement/index.html : credentialmanagement/index.src.html biblio.json
50
55
bikeshed -f spec ./credentialmanagement/index.src.html
51
56
You can’t perform that action at this time.
0 commit comments