[TYPO3-german] Re: kein BE-Login nach Neuinstallation 7.6.11 in https (gelöst)
Klaus R
rose at hgwnet.de
Tue Nov 22 14:55:47 CET 2016
Nach langem Suchen die Lösung:
Die Content Security Policy von Firefox !
Die Security-Policy: "script-src 'self' war auf dem Linux-Server (etc/apache2/conf-available/content-security-policy.conf)
auszukommentieren:
# Test CSP serverseitig
<IfModule mod_headers.c>
# Header set Content-Security-Policy "script-src 'self'; object-src 'self'" <- AUSKOMMENTIEREN !
# `mod_headers` cannot match based on the content-type, however,
# the `Content-Security-Policy` response header should be send
# only for HTML documents and not for the other resources.
<FilesMatch "\.(bmp|css|gif|ico|jpe?g|pdf|png|txt|xml)$">
Header unset Content-Security-Policy
</FilesMatch>
</IfModule>
Wer nicht an den Server rankommt muss das irgendwie im Firefox abfangen.... (interessiert mich wie das gemacht wird)
More information about the TYPO3-german
mailing list