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

ianmcook pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a9efb073ea Revert addition of Content-Security-Policy meta tag (#596)
5a9efb073ea is described below

commit 5a9efb073eaff6c302fdf66947de313525e9af10
Author: Ian Cook <[email protected]>
AuthorDate: Wed Feb 19 16:59:41 2025 -0700

    Revert addition of Content-Security-Policy meta tag (#596)
    
    This reverts the addition of the `<meta
    http-equiv="Content-Security-Policy" ...` element in #595.
---
 _includes/top.html | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/_includes/top.html b/_includes/top.html
index 1da899f16f7..1c9ae0bfaf7 100644
--- a/_includes/top.html
+++ b/_includes/top.html
@@ -3,12 +3,6 @@
   <head>
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta http-equiv="Content-Security-Policy" content="
-        default-src 'self';
-        connect-src 'self' https://api.github.com https://buttons.github.io;
-        style-src 'self' https://fonts.googleapis.com;
-        font-src 'self' https://fonts.gstatic.com;
-        img-src 'self' https://www.apache.org;";>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <!-- The above meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
     {% if page.title %}

Reply via email to