What is Nostr?
holtwick /
npub125l…p5yn
2022-11-26 17:27:46

holtwick on Nostr: Using .htaccess to set free profile pic for CORS: ``` <Files "me.jpg"> Header set ...

Using .htaccess to set free profile pic for CORS:

```
<Files "me.jpg">
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET,PUT,POST,DELETE"
Header set Access-Control-Allow-Headers "Content-Type, Authorization"
Header set Access-Control-Allow-Credentials true
</Files>
```
Author Public Key
npub125lplj5nd5uh28fjy0w5l6s93pnrrh3ey04t5h442859s37nxttqp5p5yn