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

Delete obsolete Feature Policy vr and xr directives #10258

Merged
merged 1 commit into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10735,8 +10735,10 @@
/en-US/docs/Web/HTTP/HTTP_response_codes /en-US/docs/Web/HTTP/Status
/en-US/docs/Web/HTTP/Headers/Cache-Disposition /en-US/docs/Web/HTTP/Headers/Content-Disposition
/en-US/docs/Web/HTTP/Headers/Feature-Policy/publickey-credentials /en-US/docs/Web/HTTP/Headers/Feature-Policy/publickey-credentials-get
/en-US/docs/Web/HTTP/Headers/Feature-Policy/vr /en-US/docs/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking
/en-US/docs/Web/HTTP/Headers/Feature-Policy/wake-lock /en-US/docs/Web/HTTP/Headers/Feature-Policy/screen-wake-lock
/en-US/docs/Web/HTTP/Headers/Feature-Policy/webauthn /en-US/docs/Web/HTTP/Headers/Feature-Policy/publickey-credentials-get
/en-US/docs/Web/HTTP/Headers/Feature-Policy/xr /en-US/docs/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking
/en-US/docs/Web/HTTP/Headers/Ranges /en-US/docs/Web/HTTP/Headers/Range
/en-US/docs/Web/HTTP/History_of_HTTP_versions /en-US/docs/Web/HTTP/Basics_of_HTTP/Evolution_of_HTTP
/en-US/docs/Web/HTTP/Pipelining_FAQ /en-US/docs/Web/HTTP/Connection_management_in_HTTP_1.x
Expand Down
16 changes: 0 additions & 16 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -125659,15 +125659,6 @@
"Malvoz"
]
},
"Web/HTTP/Headers/Feature-Policy/vr": {
"modified": "2020-10-15T22:10:31.295Z",
"contributors": [
"mfuji09",
"bershanskiy",
"Malvoz",
"fscholz"
]
},
"Web/HTTP/Headers/Feature-Policy/web-share": {
"modified": "2020-12-10T15:06:45.009Z",
"contributors": [
Expand All @@ -125677,13 +125668,6 @@
"ericwilligers"
]
},
"Web/HTTP/Headers/Feature-Policy/xr": {
"modified": "2020-01-10T06:23:40.396Z",
"contributors": [
"Malvoz",
"bershanskiy"
]
},
"Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking": {
"modified": "2020-10-15T22:24:55.820Z",
"contributors": [
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/http/headers/feature-policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ Feature-Policy: <directive> <allowlist>
- : Controls whether the current document is allowed to use the [WebUSB API](https://wicg.github.io/webusb/).
- {{httpheader('Feature-Policy/vibrate', 'vibrate')}} {{deprecated_inline}}{{experimental_inline}}{{Non-standard_Inline}}
- : Controls whether the current document is allowed to trigger device vibrations via {{DOMxRef("Navigator.vibrate","Navigator.vibrate()")}} method of [Vibration API](/en-US/docs/Web/API/Vibration_API).
- {{httpheader('Feature-Policy/vr', 'vr')}} {{deprecated_inline}}
- : Controls whether the current document is allowed to use the [WebVR API](/en-US/docs/Web/API/WebVR_API). When this policy is disabled, the {{jsxref("Promise")}} returned by {{domxref("Navigator.getVRDisplays","Navigator.getVRDisplays()")}} will reject with a {{domxref("DOMException")}}. Keep in mind that the WebVR standard is in the process of being replaced with [WebXR](/en-US/docs/Web/API/WebXR_Device_API).
- {{httpheader('Feature-Policy/screen-wake-lock', 'screen-wake-lock')}}
- : Controls whether the current document is allowed to use [Screen Wake Lock API](/en-US/docs/Web/API/Screen_Wake_Lock_API) to indicate that device should not turn off or dim the screen.
- {{httpheader("Feature-Policy/web-share", "web-share")}}
Expand Down
51 changes: 0 additions & 51 deletions files/en-us/web/http/headers/feature-policy/vr/index.md

This file was deleted.

10 changes: 0 additions & 10 deletions files/en-us/web/http/headers/feature-policy/xr/index.md

This file was deleted.