ebarboni commented on code in PR #15: URL: https://github.com/apache/netbeans-antora/pull/15#discussion_r1532131887
########## supplemental-ui/.htaccess: ########## @@ -1,5 +1,11 @@ DirectoryIndex index.html index.asciidoc +## set a policy to allow youtube.com video (avideo block macro reladed + wip) +<IfModule mod_headers.c> +Header set Content-Security-Policy "frame-src 'self' https://www.youtube.com " +</IfModule> Review Comment: I've tested live by commiting on asf-site branch the video will play. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
