ezofox on Nostr: Try setting CORS permission if you use nginx #[3]
Try setting CORS permission if you use nginx
quoting nevent1q…238sIt should be fine, even I have a .dev domain which only works with https I think. What I also had to set was `add_header 'Access-Control-Allow-Origin' '*';` in my Nginx .config file for my site under sites_available so that CORS permissions would be allowed.
Now`