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.
2 parents 7bf6eb6 + 09e3e1a commit 2478282Copy full SHA for 2478282
1 file changed
app/Core/Middleware/InitialHeaders.php
@@ -55,7 +55,7 @@ public function handle($request, Closure $next): Response
55
'X-Frame-Options' => 'SAMEORIGIN',
56
'X-XSS-Protection' => '1; mode=block',
57
'X-Content-Type-Options' => 'nosniff',
58
- 'Referrer-Policy', 'same-origin',
+ 'Referrer-Policy' => 'same-origin',
59
'Access-Control-Allow-Origin' => BASE_URL,
60
'Cache-Control' => 'no-cache, no-store, must-revalidate',
61
'Pragma' => 'no-cache',
0 commit comments