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.
1 parent 0d9c44f commit bcef8cbCopy full SHA for bcef8cb
themes/jquery/functions.php
@@ -263,6 +263,8 @@ function jq_content_security_policy() {
263
'script-src' => "'self' 'nonce-$nonce' code.jquery.com",
264
// The nonce is here so inline scripts can be used in the theme
265
'style-src' => "'self' 'nonce-$nonce' code.jquery.com",
266
+ // Allow style="" attributes in blog posts and markdown.
267
+ 'style-src-attr' => "'unsafe-inline'",
268
// data: SVG images are used in typesense
269
// Allow gravatars in wordpress admins
270
'img-src' => "'self' data: secure.gravatar.com code.jquery.com",
0 commit comments