We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5569b commit 1c9089bCopy full SHA for 1c9089b
src/SecureHeaders.php
@@ -201,8 +201,6 @@ protected function miscellaneous(): array
201
'X-XSS-Protection' => $this->config['x-xss-protection'],
202
'Referrer-Policy' => $this->config['referrer-policy'],
203
'Server' => $this->config['server'],
204
- 'Cross-Origin-Embedder-Policy' => $this->config['cross-origin-embedder-policy'] ?? '',
205
- 'Cross-Origin-Opener-Policy' => $this->config['cross-origin-opener-policy'] ?? '',
206
]);
207
}
208
0 commit comments