This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c20585  remove if module header
6c20585 is described below

commit 6c205852dc3f2248977c98c3c018a10544f8bf71
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Mar 21 11:32:42 2024 +0100

    remove if module header
---
 supplemental-ui/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index f470b26..5a40da3 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -1,10 +1,10 @@
 DirectoryIndex index.html index.asciidoc
 
 ## set a policy to allow youtube.com video (avideo block macro reladed + wip)
-<IfModule mod_headers.c>
+
 Header edit Content-Security-Policy "frame-src" "frame-src 
https://www.youtube.com";
 Header edit Content-Security-Policy "script-src"  "script-src 
https://www.youtube.com";
-</IfModule>
+
 
 
 # download from incubation


---------------------------------------------------------------------
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

Reply via email to