- From: Thomas Steiner <notifications@github.com>
- Date: Wed, 26 Jul 2023 11:00:21 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 July 2023 18:00:27 UTC
Firefox's recent [Intent to Ship](https://groups.google.com/a/mozilla.org/g/dev-platform/c/auH04v5gGk8/m/uADZ4u-MCAAJ?utm_medium=email&utm_source=footer#:~:text=Since%20Firefox%20grants,hence%20this%20design.) is interesting in this context. Reproduced below: > Since Firefox grants one-time permissions by default, the values returned are as follows: > > - "granted" — the user granted persistent or one-time permission last time, and hasn't explicitly revoked it. This positive signal satisfies the spec which says the caller "can use the feature possibly without having the user agent asking the user's permission". > - "denied" —The user has blocked permission (or the iframe is missing allow= policy) > - "prompt" — Neither of the above apply (this is the initial state) > > This is designed to support one-time permissions as the norm. We appreciate the need to pursue "granted" in other browsers without worrying about differences in Firefox, hence this design. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/issues/414#issuecomment-1652264633 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/issues/414/1652264633@github.com>
Received on Wednesday, 26 July 2023 18:00:27 UTC