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
Describe the bug
I visited our server https://nostr.example.nl/terms (not it's real name) and got the terms.html, but is was rather simple. As it turns out there are some Content-Security-Policy issues:
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' https://cdn.jsdelivr.net/npm/".
Look in the 'developer tools console' of the browser
Expected behavior
No CSP error(s), nicer formatted page.
Screenshots
N/A
System (please complete the following information):
OS: Ubuntu 22.04
Platform: Docker
Version: 1.19.0 (according to NIP-11 output)
Logs
N/A
Additional context
I'm new to nostream, so I'm not sure where exactly the Content-Security-Header is set and defined. So i'm sorry if I'm signalling the issue at the wrong place.
Describe the bug
I visited our server https://nostr.example.nl/terms (not it's real name) and got the terms.html, but is was rather simple. As it turns out there are some Content-Security-Policy issues:
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' https://cdn.jsdelivr.net/npm/".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No CSP error(s), nicer formatted page.
Screenshots
N/A
System (please complete the following information):
Logs
N/A
Additional context
I'm new to nostream, so I'm not sure where exactly the Content-Security-Header is set and defined. So i'm sorry if I'm signalling the issue at the wrong place.
I followed these steps for installation: https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under
The text was updated successfully, but these errors were encountered: