Skip to content

Commit

Permalink
[Bug]: Fix Icon library Jquery CSP problem (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Nov 15, 2024
1 parent 88aeebf commit aa26912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Security/ContentSecurityPolicyHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class ContentSecurityPolicyHandler implements LoggerAwareInterface
],
self::SCRIPT_OPT => [
'https://buttons.github.io/buttons.js', // GitHub star button on login page
'https://code.jquery.com/', // jQuery for the icon library
],
self::FRAME_OPT => [
'https://www.youtube-nocookie.com/', // Video preview thumbnail for YouTube
Expand Down

0 comments on commit aa26912

Please sign in to comment.