Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
ad9fcbe9fe
@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.1.11.0 (not yet released)
|
||||
- bug #4335 reCaptcha problem (4.1.10 regression)
|
||||
|
||||
4.1.10.0 (2014-03-22)
|
||||
- bug #4301 Grid edit: "SELECT" query is replaced by "UPDATE" query after edit
|
||||
|
||||
@ -474,7 +474,7 @@ class PMA_Header
|
||||
"Content-Security-Policy: default-src 'self' "
|
||||
. ($use_captcha ? 'https://www.google.com ' : ' ')
|
||||
. $GLOBALS['cfg']['CSPAllow'] . ';'
|
||||
. "script-src 'self' 'unsafe-inline' 'unsafe-eval'"
|
||||
. "script-src 'self' 'unsafe-inline' 'unsafe-eval' "
|
||||
. ($use_captcha ? 'https://www.google.com ' : ' ')
|
||||
. ";"
|
||||
. "style-src 'self' 'unsafe-inline' "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user