badmanners.xyz/public/.well-known/.htaccess

6 lines
No EOL
266 B
ApacheConf

<Files "webfinger">
ForceType application/json
Header add Access-Control-Allow-Origin *
Header add Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
Header add Access-Control-Allow-Headers "X-Requested-With, Content-Type, Authorization"
</Files>