Skip to content
Snippets Groups Projects
Commit 6eebc79e authored by Geoff Appleby's avatar Geoff Appleby
Browse files

Issue #3339411: Add Unload

parent 66ce1d49
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ class PermissionsPolicy {
'serial' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'sync-script' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'trust-token-redemption' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'unload' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'vertical-scroll' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'window-placement' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
......@@ -151,6 +152,7 @@ class PermissionsPolicy {
// 'serial' => PermissionsPolicy::ORIGIN_SELF,
// 'sync-script' => PermissionsPolicy::ORIGIN_SELF,
// 'trust-token-redemption' => PermissionsPolicy::ORIGIN_SELF,
'unload' => PermissionsPolicy::ORIGIN_ANY,
'vertical-scroll' => PermissionsPolicy::ORIGIN_ANY,
'window-placement' => PermissionsPolicy::ORIGIN_SELF,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment