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

Issue #3339468: Add Local Fonts

parent 8b772546
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ class PermissionsPolicy {
'focus-without-user-activation' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'hid' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'idle-detection' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'local-fonts' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'serial' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'sync-script' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
'trust-token-redemption' => PermissionsPolicy::FEATURE_SCHEMA_ALLOWLIST,
......@@ -151,6 +152,7 @@ class PermissionsPolicy {
// 'focus-without-user-activation' => PermissionsPolicy::ORIGIN_SELF,
'hid' => PermissionsPolicy::ORIGIN_SELF,
'idle-detection' => PermissionsPolicy::ORIGIN_SELF,
'local-fonts' => PermissionsPolicy::ORIGIN_SELF,
// 'serial' => PermissionsPolicy::ORIGIN_SELF,
// 'sync-script' => PermissionsPolicy::ORIGIN_SELF,
// 'trust-token-redemption' => PermissionsPolicy::ORIGIN_SELF,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment