-
Notifications
You must be signed in to change notification settings - Fork 157
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
Feature-Policy and Workers #207
Labels
Comments
#174 is an attempt to define support for workers, but may be incomplete.
|
In review at Mozilla, we identified shared and service workers as serious problems. Having a policy subject to the whims of races is not good. This suggests that this needs more thought. |
cc @rsolomakhin |
cc @oyiptong |
3 tasks
This was referenced May 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FeaturePolicy should be supported in Workers and SharedWorkers.
Policy interface should be also exposed via DedicatedWorkerGlobalScope and SharedWorkerGlobalScope.
The text was updated successfully, but these errors were encountered: