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

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b0a68c773a yet more hacks in meta for csp
b0a68c773a is described below

commit b0a68c773a2402a0a89d0414d92954cc67cd89c9
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Mar 4 18:22:01 2025 +0000

    yet more hacks in meta for csp
---
 content/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index fbc8dbe2a1..c2e7d2c344 100644
--- a/content/index.html
+++ b/content/index.html
@@ -21,7 +21,9 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <meta http-equiv="Content-Security-Policy" content="default-src 'self'; 
connect-src 'self' https://5isp5tfaen-dsn.algolia.net 
https://5isp5tfaen-1.algolianet.com https://5isp5tfaen-2.algolianet.com 
https://5isp5tfaen-3.algolianet.com;";>
+  <meta http-equiv="Content-Security-Policy" content="default-src 'self';
+    connect-src 'self' https://5isp5tfaen-dsn.algolia.net 
https://5isp5tfaen-1.algolianet.com https://5isp5tfaen-2.algolianet.com 
https://5isp5tfaen-3.algolianet.com;
+    style-src 'self';">
   <meta charset="utf-8">
   <title>apache causeway</title>
   <meta content="width=device-width, initial-scale=1.0" name="viewport">

Reply via email to