mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
disable iframe blocking headers
This commit is contained in:
parent
6e928b28e0
commit
e791b51de7
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ class Response
|
|||
public static function setDefaultSecurityHeaders()
|
||||
{
|
||||
$defaultHeaders = [
|
||||
'Content-Security-Policy' => "frame-ancestors 'none'",
|
||||
'X-Frame-Options' => 'DENY',
|
||||
//'Content-Security-Policy' => "frame-ancestors 'none'",
|
||||
//'X-Frame-Options' => 'DENY',
|
||||
'X-XSS-Protection' => '1',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue