With help from Phil Taylor this line in my htaccess file was the culprit:
# Apply the "Disable client-side risky behavior" features
Header always set Content-Security-Policy "default-src 'self'; script-src 'none';" env=disable_risky_behaviour
Deleting that solved the problem. So, I'll experiment more...
# Apply the "Disable client-side risky behavior" features
Header always set Content-Security-Policy "default-src 'self'; script-src 'none';" env=disable_risky_behaviour
Deleting that solved the problem. So, I'll experiment more...
Statistics: Posted by gsmela — Tue Jun 04, 2024 10:37 pm