npub1nq…kkz86 on Nostr: You can activate CORS for your domain by adding the following to .htaccess, which ...
You can activate CORS for your domain by adding the following to .htaccess, which needs to be in the root directory:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Published at
2023-01-12 08:53:01Event JSON
{
"id": "e24806b198275562a191fe688ea63dbdecad06f5643319a986fbe950d6ea9957",
"pubkey": "9839a36d51b5f190497f9b2d268ee08903eec7f5ed2e9ae3ceeb5db89aabba10",
"created_at": 1673513581,
"kind": 1,
"tags": [],
"content": "You can activate CORS for your domain by adding the following to .htaccess, which needs to be in the root directory:\n\n\u003cIfModule mod_headers.c\u003e\n Header set Access-Control-Allow-Origin \"*\"\n\u003c/IfModule\u003e",
"sig": "54fbc513d7475f8e62ee1287283f0d3dd788a5821f003c1a6695d6d860020045ce8fdb755b2fc7cc66ac100ecd6d886f6dac7bb3a5bc96d0257724f3215c0588"
}