EFForg / starttls-frontend

Static front end for the STARTTLS scanner
Other
6 stars 3 forks source link

No IE11 support for URL api #261

Closed vbrown608 closed 4 years ago

vbrown608 commented 5 years ago

We should parse params from the query string another way or use a polyfill :(

rubicae commented 4 years ago

I've created branches to explore each of these possibilities: parsing query params by hand and using a polyfill. Any thoughts on what the best route would be?

sydneyli commented 4 years ago

Thanks @rubicae ! Polyfill seem like the canonical way to fix URL compatibility issues like these -- feel free to submit a PR! I'd rather avoid rolling custom parsing code where possible.