diff --git a/features/draft/spec/gpc.yml b/features/draft/spec/gpc.yml deleted file mode 100644 index a2f0cb20e7c..00000000000 --- a/features/draft/spec/gpc.yml +++ /dev/null @@ -1,8 +0,0 @@ -draft_date: 2024-11-27 -name: Global Privacy Control (GPC) -description: TODO -spec: https://w3c.github.io/gpc/ -compat_features: - - api.Navigator.globalPrivacyControl - - api.WorkerNavigator.globalPrivacyControl - - http.headers.Sec-GPC diff --git a/features/gpc.yml b/features/gpc.yml new file mode 100644 index 00000000000..be2ef5c0534 --- /dev/null +++ b/features/gpc.yml @@ -0,0 +1,7 @@ +name: Global privacy control +description: The `Sec-GPC` request header indicates that the user does not consent to a website or service selling or sharing their personal information with third parties. +spec: https://w3c.github.io/gpc/ +compat_features: + - api.Navigator.globalPrivacyControl + - api.WorkerNavigator.globalPrivacyControl + - http.headers.Sec-GPC diff --git a/features/draft/spec/gpc.yml.dist b/features/gpc.yml.dist similarity index 100% rename from features/draft/spec/gpc.yml.dist rename to features/gpc.yml.dist