Skip to content

Commit b767d65

Browse files
committed
1 parent 1bc4ce7 commit b767d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/jquery-filters.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
$policy[ 'style-src' ] = "'self' 'unsafe-inline' code.jquery.com";
114114
// Allow re-use of blog post attachments between blog.jquery.com, blog.jqueryui.com, and blog.jquerymobile.com
115115
$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";
116118

117119
// wp-admin requires inline scripts, inline styles, and workers from blob: URLs
118120
if ( is_admin() ) {

0 commit comments

Comments
 (0)