Hi, thanks for the info, no I didn’t get it working and set up GitHub again. Strange it only showed on Damus. Hostinger says cors works with some htaccess info, which I did but still couldn’t get it working. My tech skills are limited 😄
Discussion
You may try this : create `.htaccess` file in the same directory of the `nostr.json` with the following content :
```
Header add Access-Control-Allow-Origin "*"
```
Not sure hostinger allows this apache configuration, but you can try.