make serve.py slightly more secure

This commit is contained in:
Eric Van Albert
2017-06-19 21:50:20 -04:00
parent 4049c89610
commit dddab4375b
2 changed files with 20 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
keygen_endpoint = "http://localhost:8080";
keygen_endpoint = "http://localhost:8080"; // Change me to your serve.py endpoint
var key_metadata;