fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Allow redirecting back to file:// urls #46

Closed icidasset closed 3 years ago

icidasset commented 3 years ago

This'll be difficult as elm/url doesn't support the file protocol.

walkah commented 3 years ago

yeah, chrome-extension:// is another one. 🤔

icidasset commented 3 years ago

Allows all the protocols now, currently on staging. chrome-extension:// seems to work, not sure about file://

icidasset commented 3 years ago

file:// redirection does not work, browsers don't allow it.