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 31f0c09 commit f34334eCopy full SHA for f34334e
plugins/jquery-filters.php
@@ -115,8 +115,9 @@
115
$policy[ 'style-src' ] = "'self' 'unsafe-inline' code.jquery.com";
116
} elseif ( get_option( 'jquery_is_blog' ) ) {
117
// Allow <style> in blog posts
118
+ $policy[ 'style-src' ] = "'self' 'unsafe-inline' code.jquery.com";
119
// Allow re-use of blog post attachments between blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com
- $policy[ 'style-src' ] = "'self' 'unsafe-inline' code.jquery.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com";
120
+ $policy[ 'img-src' ] = "'self' data: secure.gravatar.com code.jquery.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com";
121
}
122
123
$policy_string = '';
0 commit comments