Drop the “Feature Policy integration” section#322
Conversation
|
Thanks, you'll also need to remove the instance of sync-xhr elsewhere. |
So, I’ll raise a PR against the Permissions Policy spec to drop or change that. But note also, the Permissions Policy has an example with this: https://w3c.github.io/webappsec-permissions-policy/#example-92e8a40f So, I guess I’ll need replace that example with something else. Suggestion welcome. |
|
I didn't mean that, sorry, I meant the step in https://xhr.spec.whatwg.org/#dom-xmlhttprequest-send (which is why the build is failing). But if you want to take the other bits on as well, sounds good to me. 😊 A good example of a Permissions Policy would be |
ah OK — pushed a commit to drop that step
Thanks — I’ll raise a PR against the Permissions Policy spec to change the example/reference there to one of those |
|
For the |
|
@sideshowbarker thanks! It seems this needs an update to MDN as well as it currently references XHR for this? |
|
Ah, that was resolved by mdn/browser-compat-data@bcc150f. |
Yeah but actually there are some other changes we can make to mdn/content; I’ll raise a PR there too |
whatwg/xhr#322 removed the “sync-xhr” policy-controlled feature from XHR spec — so this change adds a Deprecated header to the “Feature-Policy: sync-xhr”, and removes the Specifications table (since it’s no longer in the spec).
|
mdn/content#3529 is the update to the https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy/sync-xhr article |
whatwg/xhr#322 removed the “sync-xhr” policy-controlled feature from XHR spec — so this change removes the Specifications table from the “Feature-Policy: sync-xhr” article.
whatwg/xhr#322 removed the “sync-xhr” policy-controlled feature from XHR spec — so this change removes the Specifications table from the “Feature-Policy: sync-xhr” article.
See #321 and #295
Preview | Diff