Trying to get your NIP-05 identity self hosted?
If your domain has a Wordpress site, try this technique to enable CORS. Modify the .htaccess file (using ssh or ftp) by adding these lines to the top of the file:
# Set CORS
Header set Access-Control-Allow-Origin "*"
# Set CORS