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/index2.html | |
parent | 1d522f23278d6c056bb183da114170e55ec8ecd2 (diff) |
[cp] replace Google Search to Xapian Omega search
Change-Id: I0defae3675b0686e15e943ff08014ac98bcbbcbf
Diffstat (limited to 'help3xsl/index2.html')
-rw-r--r-- | help3xsl/index2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html index c0281b1d00..6784f592c1 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' *.google.com *.googleapis.com"/> + <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval'"/> <script type="text/javascript" src="help2.js"></script> <script type="text/javascript" src="hid2file.js"></script> <script type="text/javascript" src="languages.js"></script> |