Re: [w3c/permissions] Allow for the query algorithm to return `prompt` or `denied` when document is not `allowed to use` (PR #458)

@marcoscaceres commented on this pull request.



> +                <p class="note">
+                  The {{PermissionState/"prompt"}} may be returned instead of
+                  {{PermissionState/"denied"}} to avoid exposing if the |feature| is
+                  <a>allowed to use</a> to developers. This is done to prevent retaliation against
+                  the user and repeated prompting to the detriment of the user experience.
+              </p>

```suggestion
                <p class="note">
                  For privacy reasons, In certain cases, the user agent can return th4 {{PermissionState/"prompt"}} state instead of {{PermissionState/"denied"}}. 
              </p>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/458#pullrequestreview-2631186378
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/pull/458/review/2631186378@github.com>

Received on Thursday, 20 February 2025 21:22:48 UTC