diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-05-15 00:29:22 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-15 01:23:50 +0200 |
commit | dc2b016f2014208b27f7af5ad33863b6bd0d760b (patch) | |
tree | 49826fd2281bd73ce5847a65f4fad7eb9389e6fb /help3xsl/help.html | |
parent | 56f9412fc9b447cf1035b0efcab621c41d5dcc32 (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index cc22a2fdf4..df4885a674 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"> |