Skip to content

Commit

Permalink
Update a bunch of Permissions API spec URLs (mdn#14609)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored Jan 20, 2022
1 parent 53b1715 commit a8c32d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions http/headers/feature-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"accelerometer": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/accelerometer",
"spec_url": "https://w3c.github.io/permissions/#accelerometer",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-accelerometer",
"support": {
"chrome": {
"version_added": "67"
Expand Down Expand Up @@ -133,7 +133,7 @@
"ambient-light-sensor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/ambient-light-sensor",
"spec_url": "https://w3c.github.io/permissions/#ambient-light-sensor",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-ambient-light-sensor",
"support": {
"chrome": {
"version_added": "67"
Expand Down Expand Up @@ -297,7 +297,7 @@
"camera": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/camera",
"spec_url": "https://w3c.github.io/permissions/#media-devices",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-camera",
"support": {
"chrome": {
"version_added": "60"
Expand Down Expand Up @@ -376,7 +376,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/display-capture",
"spec_url": [
"https://w3c.github.io/mediacapture-screen-share/#permissions-policy-integration",
"https://w3c.github.io/permissions/#display-capture"
"https://w3c.github.io/permissions/#dom-permissionname-display-capture"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -843,7 +843,7 @@
"gyroscope": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/gyroscope",
"spec_url": "https://w3c.github.io/permissions/#gyroscope",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-gyroscope",
"support": {
"chrome": {
"version_added": "67"
Expand Down Expand Up @@ -988,7 +988,7 @@
"magnetometer": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/magnetometer",
"spec_url": "https://w3c.github.io/permissions/#magnetometer",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-magnetometer",
"support": {
"chrome": {
"version_added": "67"
Expand Down Expand Up @@ -1037,7 +1037,7 @@
"microphone": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/microphone",
"spec_url": "https://w3c.github.io/permissions/#media-devices",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-microphone",
"support": {
"chrome": {
"version_added": "60"
Expand Down Expand Up @@ -1114,7 +1114,7 @@
"midi": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/midi",
"spec_url": "https://w3c.github.io/permissions/#midi",
"spec_url": "https://w3c.github.io/permissions/#dom-permissionname-midi",
"support": {
"chrome": {
"version_added": "60"
Expand Down

0 comments on commit a8c32d7

Please sign in to comment.