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
Refused to fetch content from '<DOMAIN>:443/static/assets/index-3a79bbc9.js' because it violates the following Content Security Policy directive: "default-src 'self' <DOMAIN>:443".
#76
Open
utdelsec opened this issue
Jan 11, 2024
· 0 comments
I have configured the docker container to expose 443 port for https and now can access the admin page over HTTPS, however when I try to access outline, I get the following error:
Refused to fetch content from '<DOMAIN>:443/static/assets/index-3a79bbc9.js' because it violates the following Content Security Policy directive: "default-src 'self' <DOMAIN>:443".
There are no modifications in the config file except for
I have been playing with nginx add_headers but so far nothing has worked. Please help me.
The text was updated successfully, but these errors were encountered:
utdelsec
changed the title
Refused to fetch content from 'spaces.riscure.com:443/static/assets/index-3a79bbc9.js' because it violates the following Content Security Policy directive: "default-src 'self' <DOMAIN>:443".
Refused to fetch content from '<DOMAIN>:443/static/assets/index-3a79bbc9.js' because it violates the following Content Security Policy directive: "default-src 'self' <DOMAIN>:443".
Jan 11, 2024
Hi,
I have configured the docker container to expose 443 port for https and now can access the admin page over HTTPS, however when I try to access outline, I get the following error:
Refused to fetch content from '<DOMAIN>:443/static/assets/index-3a79bbc9.js' because it violates the following Content Security Policy directive: "default-src 'self' <DOMAIN>:443".
There are no modifications in the config file except for
I have been playing with nginx add_headers but so far nothing has worked. Please help me.
The text was updated successfully, but these errors were encountered: