Skip to content

Commit 1c9089b

Browse files
committed
Revert "update: SecureHeaders.php"
This reverts commit 3bc791b.
1 parent 6e5569b commit 1c9089b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SecureHeaders.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ protected function miscellaneous(): array
201201
'X-XSS-Protection' => $this->config['x-xss-protection'],
202202
'Referrer-Policy' => $this->config['referrer-policy'],
203203
'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'] ?? '',
206204
]);
207205
}
208206

0 commit comments

Comments
 (0)