We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd20d6 commit c205457Copy full SHA for c205457
1 file changed
httpheader.php
@@ -54,6 +54,7 @@ class PlgSystemHttpHeader extends CMSPlugin
54
'referrer-policy',
55
'expect-ct',
56
'feature-policy',
57
+ 'permissions-policy',
58
];
59
60
/**
@@ -114,7 +115,7 @@ public function onAfterRender()
114
115
{
116
return;
117
}
-
118
+
119
$headData = Factory::getDocument()->getHeadData();
120
$scriptHashes = [];
121
$styleHashes = [];
0 commit comments