jcjones / webauthn.bin.coffee

A simple site for testing Web Authentication
https://webauthn.bin.coffee/
Mozilla Public License 2.0
86 stars 27 forks source link

Fix character encoding #5

Closed Perflyst closed 4 years ago

Perflyst commented 5 years ago

Without this fix you get the following error in the firefox dev console

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
jcjones commented 4 years ago

Thanks!

jcjones commented 4 years ago

Closed in e6f6e61