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 23f4cb8 commit 31f0c09Copy full SHA for 31f0c09
plugins/jquery-filters.php
@@ -115,7 +115,8 @@
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";
+ // Allow re-use of blog post attachments between blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com
119
+ $policy[ 'style-src' ] = "'self' 'unsafe-inline' code.jquery.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com";
120
}
121
122
$policy_string = '';
0 commit comments