Skip to content

Commit ab4fa82

Browse files
authored
Remove document policy from this repo. (#416)
This removes the document policy spec and associated machinery from this repository, and updates references to point to the new location at WICG. A redirect is put in place from the old spec location to the new one. Closes: #411
1 parent d989c0b commit ab4fa82

File tree

6 files changed

+15
-1465
lines changed

6 files changed

+15
-1465
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
script:
1414
- mkdir out
1515
- bikeshed spec index.bs out/index.html
16-
- bikeshed spec document-policy.bs out/document-policy.html
16+
- cp document-policy.redirect.html out/document-policy.html
1717
before_deploy:
1818
- openssl aes-256-cbc -K $encrypted_b330ad4127a4_key -iv $encrypted_b330ad4127a4_iv
1919
-in deploy_key.enc -out deploy_key -d

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Permissions Policy and Document Policy
2-
3-
## Permissions Policy (previously named Feature Policy)
1+
# Permissions Policy (previously named Feature Policy)
42

53
A web platform API which gives a website the ability to allow and deny the use of browser features in its own frame, and in iframes that it embeds. Examples of [features](https://github.com/w3c/webappsec-permissions-policy/blob/master/features.md) that could be controlled by permissions policy include:
64

@@ -18,13 +16,9 @@ The Permissions Policy spec is hosted on this repo, at https://w3c.github.io/web
1816

1917
For more explanation, use cases, examples, etc., please refer to [the explainer document](https://github.com/w3c/webappsec-permissions-policy/blob/master/permissions-policy-explainer.md).
2018

21-
## Document Policy
22-
23-
Another web platform API which gives a website the ability to allow and deny the use of browser features in its own frame, and in iframes that it embeds!
24-
25-
The spec is hosted on this repo, at https://w3c.github.io/webappsec-permissions-policy/document-policy.html
19+
## Where is Document Policy?
2620

27-
For more explanation, use cases, examples, etc., please refer to [the document policy explainer document](https://github.com/w3c/webappsec-permissions-policy/blob/master/document-policy-explainer.md).
21+
Document Policy, which was previously hosted here, has been moved to WICG; it can be found at https://github.com/WICG/document-policy/.
2822

2923

3024
Questions, suggestions? Please open an issue or send a pull request!

0 commit comments

Comments
 (0)