Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove document policy from this repo. #416

Merged
merged 3 commits into from
Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
script:
- mkdir out
- bikeshed spec index.bs out/index.html
- bikeshed spec document-policy.bs out/document-policy.html
- cp document-policy.redirect.html out/document-policy.html
before_deploy:
- openssl aes-256-cbc -K $encrypted_b330ad4127a4_key -iv $encrypted_b330ad4127a4_iv
-in deploy_key.enc -out deploy_key -d
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Permissions Policy and Document Policy

## Permissions Policy (previously named Feature Policy)
# Permissions Policy (previously named Feature Policy)

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:

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

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).

## Document Policy

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!

The spec is hosted on this repo, at https://w3c.github.io/webappsec-permissions-policy/document-policy.html
## Where is Document Policy?

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).
Document Policy, which was previously hosted here, has been moved to WICG; it can be found at https://github.com/WICG/document-policy/.


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