You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user agent receives a Feature-Policy header field, it MUST process and enforce the serialized policy as described in 5.1 Integration with HTML.
Related to #44, including the current directive definition text, this section should acknowledge that clients may not recognize all features or directives members and thus may not process or enforce them as the server intends. In other words, while user agents should do the correct thing for their users, there is no mechanism for the server to guarantee that they are being applied. (In a compliant implementation, the feature policy advertised by each fetch could be used to check.)
"The meta element" section should have similar MUST language and acknowledgement.
The text was updated successfully, but these errors were encountered:
Adds a note that, even though the header parsing text indicates that
user agents MUST process the header field, that not every UA will
recognize every feature, and so the effective policy may not be
interpreted exactly as the origin server intended.
Fixesw3c#47
https://wicg.github.io/feature-policy/#feature-policy-http-header-field says:
Related to #44, including the current directive definition text, this section should acknowledge that clients may not recognize all features or directives members and thus may not process or enforce them as the server intends. In other words, while user agents should do the correct thing for their users, there is no mechanism for the server to guarantee that they are being applied. (In a compliant implementation, the feature policy advertised by each fetch could be used to check.)
"The meta element" section should have similar MUST language and acknowledgement.
The text was updated successfully, but these errors were encountered: