comcode-org / hackmud_chat_web

ajax web client for hackmud
Other
8 stars 9 forks source link

auto-redirect from https://hackmud.com/chat to https://www.hackmud.com/chat #97

Closed hackmud-dtr closed 3 years ago

hackmud-dtr commented 5 years ago

It doesn't work w/o the www (CORS stuff), but might mess up cookies. an http redirect (and maybe even a JS redirect fallback) would be good.

seanmakesgames commented 5 years ago

http redirect is unfortunately harderer- let's put in a conditional js redirect.

hackmud-dtr commented 5 years ago

K. I'll add this this week when i do some more work on this.

hackmud-dtr commented 3 years ago

Basically fixed by #117; closing.