Skip to content

Commit

Permalink
Add spec for Global Privacy Control (GPC) (#25224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Nov 26, 2024
1 parent 62955be commit 39832d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@
"globalPrivacyControl": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/globalPrivacyControl",
"spec_url": "https://w3c.github.io/gpc/#dom-globalprivacycontrol-globalprivacycontrol",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -1578,7 +1579,7 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down
3 changes: 2 additions & 1 deletion api/WorkerNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
"globalPrivacyControl": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WorkerNavigator/globalPrivacyControl",
"spec_url": "https://w3c.github.io/gpc/#dom-globalprivacycontrol-globalprivacycontrol",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -289,7 +290,7 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down
3 changes: 2 additions & 1 deletion http/headers/Sec-GPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Sec-GPC": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Sec-GPC",
"spec_url": "https://w3c.github.io/gpc/#the-sec-gpc-header-field-for-http-requests",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -33,7 +34,7 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down

0 comments on commit 39832d2

Please sign in to comment.