Skip to content

Commit 5c6aa6d

Browse files
committed
fixup! switch to prod URL in comment
1 parent cc20d68 commit 5c6aa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/contribute.jquery.org/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Allow loading a Vimeo video on
4-
// https://local.contribute.jquery.org/markup-conventions/
4+
// https://contribute.jquery.org/markup-conventions/
55
add_filter( 'jq_content_security_policy', function ( $policy ) {
66
$policy[ 'frame-src' ] = "'self' player.vimeo.com";
77
return $policy;

0 commit comments

Comments
 (0)