diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-09 12:44:59 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-10 01:14:56 +0100 |
commit | 2c7cfc527a05ef757ab3ecfd6ab5a2582a104680 (patch) | |
tree | 8b95286bc2ab931175febce9c04ae191254ffab7 /help3xsl/help.html | |
parent | 03d3affe49661345c23168f1f7b59e781753b08c (diff) |
Add Content-Security-Policies in new Help pages
Change-Id: I115fc16fbf4b8284bfedc735761434bb586f0355
Reviewed-on: https://gerrit.libreoffice.org/47660
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index 8dc4e67c28..015f753575 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -9,6 +9,7 @@ <html> <head> <script type="text/javascript" src="latest/help.js"></script> + <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/> </head> <body> <script type="text/javascript"> |