From dca2f0c8720205ba83b6f3ad1b8c48df7a1c5833 Mon Sep 17 00:00:00 2001 From: j-br0 Date: Wed, 10 May 2023 17:17:07 -0400 Subject: [PATCH] Update index.html to clarify nature of support resource --- index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index a2ac307..a462383 100644 --- a/index.html +++ b/index.html @@ -307,11 +307,13 @@

JavaScript Property to Detect Preference

GPC Support Resource

A site MAY produce a resource at a .well-known URL in order for a site to represent the fact - that it abides by GPC. The purpose of a GPC Support Resource is for a site to convey its - support for the Global Privacy Control. By default, an origin's support is unknown. + that it abides by GPC requests, at least where required to do so. The purpose of a GPC support + resource is for a site to convey its awareness of and support for the Global Privacy Control. + The support resource is not intended to convey whether the site abides by GPC requests from + the user agent accessing the resource. By default, an origin's support is unknown.

- A GPC Support Resource has the well-known identifier /.well-known/gpc.json + A GPC support resource has the well-known identifier /.well-known/gpc.json relative to the origin server's URL [[RFC8615]].

@@ -335,9 +337,9 @@

GPC Support Representation