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 d73bfb1d04 hacks in meta for csp
d73bfb1d04 is described below

commit d73bfb1d045374fecdcb456e4059da0caa205371
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Mar 4 16:32:39 2025 +0000

    hacks in meta for csp
---
 content/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/index.html b/content/index.html
index 128b5f356c..671f013e68 100644
--- a/content/index.html
+++ b/content/index.html
@@ -21,6 +21,7 @@
 <!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-*.algolianet.com;";>
   <meta charset="utf-8">
   <title>apache causeway</title>
   <meta content="width=device-width, initial-scale=1.0" name="viewport">

Reply via email to