Skip to content

Commit 252e39f

Browse files
Add Permissions Policy (aka Feature Policy) spec URLs (mdn#9586)
1 parent 484cd9c commit 252e39f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

http/headers/feature-policy.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Feature-Policy": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy",
7+
"spec_url": "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy-http-header-field",
78
"support": {
89
"chrome": {
910
"version_added": "60"
@@ -69,6 +70,7 @@
6970
"accelerometer": {
7071
"__compat": {
7172
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/accelerometer",
73+
"spec_url": "https://w3c.github.io/accelerometer/#accelerometer-interface",
7274
"support": {
7375
"chrome": {
7476
"version_added": "69",
@@ -297,6 +299,7 @@
297299
"battery": {
298300
"__compat": {
299301
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/battery",
302+
"spec_url": "https://w3c.github.io/battery/#permissions-policy-integration",
300303
"support": {
301304
"chrome": {
302305
"version_added": false,
@@ -410,6 +413,10 @@
410413
"display-capture": {
411414
"__compat": {
412415
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/display-capture",
416+
"spec_url": [
417+
"https://w3c.github.io/mediacapture-screen-share/#permissions-policy-integration",
418+
"https://w3c.github.io/permissions/#dom-permissionname-display-capture"
419+
],
413420
"support": {
414421
"chrome": {
415422
"version_added": false
@@ -472,6 +479,7 @@
472479
"document-domain": {
473480
"__compat": {
474481
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/document-domain",
482+
"spec_url": "https://html.spec.whatwg.org/multipage/#document-domain-feature",
475483
"support": {
476484
"chrome": {
477485
"version_added": "77"
@@ -534,6 +542,7 @@
534542
"encrypted-media": {
535543
"__compat": {
536544
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/encrypted-media",
545+
"spec_url": "https://w3c.github.io/encrypted-media/#permissions-policy-integration",
537546
"support": {
538547
"chrome": {
539548
"version_added": "60"
@@ -596,6 +605,7 @@
596605
"fullscreen": {
597606
"__compat": {
598607
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/fullscreen",
608+
"spec_url": "https://fullscreen.spec.whatwg.org/#permissions-policy-integration",
599609
"support": {
600610
"chrome": {
601611
"version_added": "62"
@@ -1335,6 +1345,7 @@
13351345
"publickey-credentials-get": {
13361346
"__compat": {
13371347
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/publickey-credentials-get",
1348+
"spec_url": "https://w3c.github.io/webauthn/#sctn-permissions-policy",
13381349
"support": {
13391350
"chrome": {
13401351
"version_added": "84"
@@ -1383,6 +1394,7 @@
13831394
"sync-xhr": {
13841395
"__compat": {
13851396
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/sync-xhr",
1397+
"spec_url": "https://xhr.spec.whatwg.org/#permissions-policy-integration",
13861398
"support": {
13871399
"chrome": {
13881400
"version_added": "65"
@@ -1597,6 +1609,7 @@
15971609
"usb": {
15981610
"__compat": {
15991611
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/usb",
1612+
"spec_url": "https://wicg.github.io/webusb/#permissions-policy",
16001613
"support": {
16011614
"chrome": {
16021615
"version_added": "60"
@@ -1801,6 +1814,7 @@
18011814
"web-share": {
18021815
"__compat": {
18031816
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/web-share",
1817+
"spec_url": "https://w3c.github.io/web-share/#permissions-policy",
18041818
"support": {
18051819
"chrome": {
18061820
"version_added": false
@@ -1865,6 +1879,7 @@
18651879
"xr-spatial-tracking": {
18661880
"__compat": {
18671881
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking",
1882+
"spec_url": "https://immersive-web.github.io/webxr/#permissions-policy",
18681883
"support": {
18691884
"chrome": {
18701885
"version_added": "79"

0 commit comments

Comments
 (0)