Skip to content

Commit c205457

Browse files
committed
add permission policy
1 parent fbd20d6 commit c205457

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

httpheader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class PlgSystemHttpHeader extends CMSPlugin
5454
'referrer-policy',
5555
'expect-ct',
5656
'feature-policy',
57+
'permissions-policy',
5758
];
5859

5960
/**
@@ -114,7 +115,7 @@ public function onAfterRender()
114115
{
115116
return;
116117
}
117-
118+
118119
$headData = Factory::getDocument()->getHeadData();
119120
$scriptHashes = [];
120121
$styleHashes = [];

0 commit comments

Comments
 (0)