small bsky embedder @ boobsky.app - kinda mid but works - mirror of git.fomx.gay/rooot/embedthing

feat(frontend): add [wb]itchsky.app as alternative frontends

Signed-off-by: rooot <hey@rooot.gay>

Changed files
+1 -1
static
+1 -1
static/index.html
··· 78 78 msg('<span class="r">invalid link!</span>'); 79 79 return; 80 80 } 81 - const bsky_appviews = ["bsky.app", "deer.social", "boobsky.app", "catsky.social", window.location.host]; 81 + const bsky_appviews = ["bsky.app", "deer.social", "boobsky.app", "catsky.social", "bitchsky.app", "witchsky.app", window.location.host]; 82 82 if (!bsky_appviews.includes(url.hostname)) { 83 83 msg('<span class="r">this is not a bsky.app link!</span>'); 84 84 return;