diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-27 08:43:05 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 21:18:57 +0200 |
commit | 4aeac3fa2e9c50c8e32e17e4afb6241264e98ef2 (patch) | |
tree | 57b7bd4d184d6b236a22c38087ba846a2330dcc5 /help3xsl/help.html | |
parent | 1d522f23278d6c056bb183da114170e55ec8ecd2 (diff) |
[cp] replace Google Search to Xapian Omega search
Change-Id: I0defae3675b0686e15e943ff08014ac98bcbbcbf
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 58115f9cf7..f726f211f0 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' *.google.com *.googleapis.com"/> + <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval'"/> </head> <body> <script type="text/javascript"> |