aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: utils: Remove three unused functionsAaron LI2016-11-231-97/+0
|
* webui/utils.py: Add function "gen_cookie_secret()"Aaron LI2016-11-151-0/+13
|
* webui: utils.py: Improve the docstring of "ip_in_network()"Aaron LI2016-11-091-1/+7
|
* webui: Add support of controlling the allowed hostsAaron LI2016-11-081-6/+29
|
* webui: small misc changesAaron LI2016-11-071-0/+6
| | | | | | * milligram.css: Remove the "sourceMappingURL" * main.js: Add "use strict"; * utils.py: Add a TODO task
* webui: Add "utils.py" to get the IP addressAaron LI2016-11-031-0/+72
FIXME/TODO: How to determine the WebSocket origin is in the same subnet as the server? An additional network mask required to determine this. How does this additional mask passed?