Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2014-03-20 10:18:54 +01:00
commit 454cc7ca72

View File

@ -477,7 +477,7 @@ class PMA_Header
. "script-src 'self' 'unsafe-inline' 'unsafe-eval'"
. ($use_captcha ? 'https://www.google.com ' : ' ')
. ";"
. "style-src 'unsafe-inline' "
. "style-src 'self' 'unsafe-inline' "
. ($use_captcha ? 'https://www.google.com ' : ' ')
. $GLOBALS['cfg']['CSPAllow']
. ";"