File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 111
111
if ( get_option ( 'jquery_is_blog ' ) ) {
112
112
// Allow <style> in blog posts
113
113
$ policy [ 'style-src ' ] = "'self' 'unsafe-inline' code.jquery.com " ;
114
- // Allow re-use of blog post attachments between blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com
115
- $ policy [ 'img-src ' ] = "'self' data: secure.gravatar.com code.jquery.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com " ;
114
+ // Allow re-use of attachments between blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com
115
+ // Allow re-use of doc site resources from jqueryui.com in posts on blog.jqueryui.com
116
+ $ policy [ 'img-src ' ] = "'self' data: secure.gravatar.com code.jquery.com jquery.com jqueryui.com jquerymobile.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com " ;
116
117
// Allow Vimeo on blog.jquerymobile.com and other blogs
117
118
$ policy [ 'frame-src ' ] = "'self' player.vimeo.com " ;
118
119
You can’t perform that action at this time.
0 commit comments