- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 20 Feb 2025 13:22:44 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 February 2025 21:22:48 UTC
@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