AT Mot — a bilingual (EN/FR) daily word game native to the AT Protocol.
0

Configure Feed

Select the types of activity you want to include in your feed.

Use tangled.org repo link instead of email in Constellation User-Agent

The contact email was served in the client-side bundle to every
visitor. The repo link satisfies microcosm's etiquette ask (descriptive
UA + contact channel) without exposing a personal address, and is
self-documenting for operators inspecting their logs.

+1 -1
+1 -1
src/config.ts
··· 130 130 export const CONSTELLATION_BASE = 'https://constellation.microcosm.blue'; 131 131 132 132 /** Sent on every Constellation request (microcosm asks for a descriptive UA + contact). */ 133 - export const USER_AGENT = `atmot/1.0 (+${ORIGIN}; word game; contact jeremy@jeherve.com)`; 133 + export const USER_AGENT = `atmot/1.0 (+${ORIGIN}; word game; https://tangled.org/jeremy.herve.bzh/atmot)`; 134 134 135 135 /** Handle/identity resolution endpoint (Bluesky AppView; web apps lack DNS access). */ 136 136 export const APPVIEW_URL = 'https://public.api.bsky.app';