help3xsl/help.html   |    2 +-
 help3xsl/index.html  |    2 +-
 help3xsl/index2.html |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5995b61e8d08489f44e0473f8d0d21e189a0b3db
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Fri May 15 00:29:22 2020 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri May 15 05:59:09 2020 +0200

    remove *.google.com and *.googleapis.com from Content-Security-Policy
    
    These are obsolete, since search is based on xapian-omega not on google 
search
    
    Change-Id: I1858a3118f6b4778266c4a3d2a6559866ce8cb09
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94257
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    (cherry picked from commit dc2b016f2014208b27f7af5ad33863b6bd0d760b)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94266
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/help3xsl/help.html b/help3xsl/help.html
index cc22a2fdf..df4885a67 100644
--- a/help3xsl/help.html
+++ b/help3xsl/help.html
@@ -9,7 +9,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com 
*.googleapis.com"/>
+    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org"/>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/help3xsl/index.html b/help3xsl/index.html
index 5a319fd04..69d7ee6af 100644
--- a/help3xsl/index.html
+++ b/help3xsl/index.html
@@ -9,7 +9,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com 
*.googleapis.com"/>
+    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org"/>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index 3f761885f..ce16c3083 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -9,7 +9,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com 
*.googleapis.com"/>
+    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 
'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org"/>
     <script type="text/javascript" src="polyfills.js"></script>
     <script type="text/javascript" src="hid2file.js"></script>
     <script type="text/javascript" src="languages.js"></script>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to