ユーザーが許可するまでプロンプトを出し続けるというスパムができないように、一度拒
否した権限リクエストはアプリケーション側から再度リクエストができないようになって
いる。
https://github.com/WICG/PEPC/blob/main/explainer.md#user-agent-abuse-
mitigations
"permanent deny" policy
Many user agents implement a "permanent deny" policy, and other user agents offer it as an option in
the permission prompt. This means that a site will not be able to ask for permission again after the
user has blocked it.
“
“
”
”
Slide 11
Slide 11 text
権限のリクエスト方式
Slide 12
Slide 12 text
現在のパーミッションリクエスト
Browser
Application
Browser
Application
権限を拒否した場合、同じ権限は再度リクエストできない
User
ボタン等をクリック
Event
権限のリクエスト
プロンプトを表示
権限を許可
アクセスの許可
機能の提供
User
Slide 13
Slide 13 text
PEPCでのパーミッションリクエスト
Browser
Application
Browser
Application
ユーザー側から事前に許可を与える
User
Permission要素をクリック
Event
機能の提供
User