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

Add support for navigate-to directive #387

Closed
oreoshake opened this issue Mar 12, 2018 · 0 comments
Closed

Add support for navigate-to directive #387

oreoshake opened this issue Mar 12, 2018 · 0 comments

Comments

@oreoshake
Copy link
Contributor

oreoshake commented Mar 12, 2018

Feature Requests

Adding a new CSP directive

Is the directive supported by any user agent? If so, which?

I don't think so. Spec text has recently merged.

What does it do?

Restricts the destination of navigations to a source list (not governed by default-src). See the explainer.

This directive should control all types of navigation including:
* <a href=””> links
* Javascript initiated navigation (such as window.location.href)
* Meta refresh tags
* Form navigations
* etc

What are the valid values for the directive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant