Skip to content

Commit

Permalink
Merge pull request #72 from luizbills/luizbills-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Sep 21, 2023
2 parents 7ec360c + 547dd21 commit c41cd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/tweaks/security-headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function wp_tweaks_security_headers ( $headers ) {
'content-security-policy' => "default-src https:; font-src https: data:; img-src https: data:; script-src https: 'unsafe-inline' 'unsafe-eval'; style-src https: 'unsafe-inline'",
'x-frame-options' => 'sameorigin',
'referrer-policy' => 'strict-origin-when-cross-origin',
'permissions-policy' => 'geolocation=(), microphone=(), camera=()'
'permissions-policy' => 'geolocation=(), microphone=(), camera=(), interest-cohort=()'
]
);

Expand Down

0 comments on commit c41cd64

Please sign in to comment.