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 112
112
// Allow <style> in blog posts
113
113
$ policy [ 'style-src ' ] = "'self' 'unsafe-inline' code.jquery.com " ;
114
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 " ;
115
+ // Allow use of doc site resources from jqueryui.com in posts on blog.jqueryui.com
116
+ // Allow use of content.jquery.com (aka static.jquery.com) in blog posts, e.g. event avatars.
117
+ $ policy [ 'img-src ' ] = "'self' data: secure.gravatar.com code.jquery.com content.jquery.com static.jquery.com jquery.com jqueryui.com jquerymobile.com blog.jquery.com blog.jqueryui.com blog.jquerymobile.com " ;
117
118
// Allow Vimeo on blog.jquerymobile.com and other blogs
118
119
$ policy [ 'frame-src ' ] = "'self' player.vimeo.com " ;
119
120
You can’t perform that action at this time.
0 commit comments