He has chosen violence. Praying for him/her.
Alright nostr:npub1ghcetnluhryhynhuyj8s2pazldjm27wl40nu6dfeskvpv09twcnsneygat wants to Germany it up 1939 style and go to war with the WORLD today huh
Discussion
🙏
Ryan, I think there's a tiny issue with your NIP-05. You don't get that clean check mark displayed on some clients. NoStrudel is one example; it has an exclamation icon next to your profile.
🤔

Strange, but it's just a cosmetic. You are all good!
If you're running this server, you need to make sure the following header is being added:
Access-Control-Allow-Origin: *
For example in nginx:
```
server {
listen 443 default_server ssl;
listen [::]:443 ssl;
http2 on;
server_name example.com www.example.com;
ssl_certificate /etc/nginx/ssl/live/example.com/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/live/example.com/privkey.pem;
include /etc/nginx/ssl/options-ssl-nginx.conf;
ssl_dhparam /etc/nginx/ssl/ssl-dhparams.pem;
location / {
proxy_pass http://192.168.100.16;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
add_header 'Access-Control-Allow-Origin' '*'; # <----
}
}
```
Huh. I had it set in .htaccess, but it's possible I rm'd it by mistake. Next time I'm around a pc I'll have to check.
Me taking out the ⭕️
https://video.nostr.build/508e9c635ef29e2dfdb3cc985fc27cf09d800e60b4052240afead0843ce6cd8e.mp4

Sometimes I wonder if one of these you post will end up not having the dude survive in the end 😦
Dude my friends used to send me videos of people straight up dying on Instagram. That’s around when I said “ight ima head out”
Can’t start your morning with a fresh cup of someone dying.
