-
Notifications
You must be signed in to change notification settings - Fork 49
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 section on limiting features to secure contexts #89
Conversation
One idea I've had is that things could still be allowed when accessing something in private ip space (i.e. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fd00::/8; possibly also including 127.0.0.0/8 and ::1 for local development purposes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daurnimator that may be worth raising on the secure contexts spec, since it relates to the definition of a secure context, although some of those issues may be implementation specific. |
Created w3c/webappsec-secure-contexts#60 |
Disappointing. |
I'm opening a separate PR to replace #75 so that it can stay somewhat archived in its current state.
Based on the TAG's discussion yesterday, the conclusion was that we wouldn't come to consensus on strong advice on requiring secure contexts. Given that, @slightlyoff drafted some more explanatory text, which I've now merged with some of the still-usable advice I had in #75.