Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions deploy/xsf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ server {
default_type text/xml;
}

# BlueSky handle verification https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial
location = /.well-known/atproto-did {
default_type text/plain;
return 200 'did:plc:hhyjgh7zxk33uavujv6hypm3';
}

add_header Content-Security-Policy "default-src 'self' xmpp.org; style-src 'self' 'unsafe-inline'; img-src * data:; script-src 'self'; connect-src 'self'; object-src 'self'; child-src 'self' xmpp-office-hours.netlify.app; frame-src 'self' xmpp-office-hours.netlify.app; worker-src 'none'; frame-ancestors 'self'; form-action 'self' xmpp-office-hours.netlify.app; upgrade-insecure-requests; block-all-mixed-content";
add_header Referrer-Policy "strict-origin-when-cross-origin";

Expand Down
Loading