From 27f4c6d394f611b2b975a99751a306e09d17d68c Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Mon, 7 Aug 2017 10:53:13 +0800 Subject: [PATCH] [web] Add static.js to index.html, containing MITMWEB_STATIC var. --- mitmproxy/tools/web/static/static.js | 1 + web/src/templates/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 mitmproxy/tools/web/static/static.js diff --git a/mitmproxy/tools/web/static/static.js b/mitmproxy/tools/web/static/static.js new file mode 100644 index 000000000..4ffedbcf2 --- /dev/null +++ b/mitmproxy/tools/web/static/static.js @@ -0,0 +1 @@ +MITMWEB_STATIC = false; \ No newline at end of file diff --git a/web/src/templates/index.html b/web/src/templates/index.html index db9d2ecb7..d2d017764 100644 --- a/web/src/templates/index.html +++ b/web/src/templates/index.html @@ -7,6 +7,7 @@ +