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 1bc4ce7 commit b767d65Copy full SHA for b767d65
plugins/jquery-filters.php
@@ -113,6 +113,8 @@
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";
116
+ // Allow Vimeo on blog.jquerymobile.com and other blogs
117
+ $policy[ 'frame-src' ] = "'self' player.vimeo.com";
118
119
// wp-admin requires inline scripts, inline styles, and workers from blob: URLs
120
if ( is_admin() ) {
0 commit comments