Allow unsafe-inline styles

This commit is contained in:
Skylar Ittner 2018-05-22 12:41:56 -06:00
parent 98f34a80fb
commit 582c549742

View File

@ -53,7 +53,7 @@ if ($_SESSION['mobile'] === TRUE) {
. "frame-src 'none'; "
. "font-src 'self'; "
. "connect-src *; "
. "style-src 'self' 'nonce-$SECURE_NONCE' $captcha_server; "
. "style-src 'self' 'unsafe-inline' $captcha_server; "
. "script-src 'self' 'nonce-$SECURE_NONCE' $captcha_server");
}