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 cc20d68 commit 5c6aa6dCopy full SHA for 5c6aa6d
themes/contribute.jquery.org/functions.php
@@ -1,7 +1,7 @@
1
<?php
2
3
// Allow loading a Vimeo video on
4
-// https://local.contribute.jquery.org/markup-conventions/
+// https://contribute.jquery.org/markup-conventions/
5
add_filter( 'jq_content_security_policy', function ( $policy ) {
6
$policy[ 'frame-src' ] = "'self' player.vimeo.com";
7
return $policy;
0 commit comments