You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use TYPO3 v12.4.13 with a version of yoast 9.0.3.
The loading is looping and when looking at the console, we have csp errors:
"Refused to apply inline style because it violates the following Content Security Policy directive: "style-src-elem 'self' 'unsafe-inline' 'nonce-gKLTCjjwx0amlbW5SIdzUeqA4wisfOO-B1b-cjOzYEsyCUjg2w44Bg'"
In v12, backend csp can be generated from a module but this cannot be processed. Has anyone had this problem and have a solution?
The text was updated successfully, but these errors were encountered:
Hello,
For my part, the problem can be solved by desactivating this conf : $GLOBALS['TYPO3_CONF_VARS']['SYS']['features']['security.backend.enforceContentSecurityPolicy'] = false;
Best regards
Hello, I use TYPO3 v12.4.13 with a version of yoast 9.0.3.
The loading is looping and when looking at the console, we have csp errors:
"Refused to apply inline style because it violates the following Content Security Policy directive: "style-src-elem 'self' 'unsafe-inline' 'nonce-gKLTCjjwx0amlbW5SIdzUeqA4wisfOO-B1b-cjOzYEsyCUjg2w44Bg'"
In v12, backend csp can be generated from a module but this cannot be processed. Has anyone had this problem and have a solution?
The text was updated successfully, but these errors were encountered: