From a513c8b6dffd359c6a0626f53f08f8b37b27fdf8 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 22 May 2017 15:02:22 -0700 Subject: [PATCH] Don't load strings directly in the web module. It isn't needed anymore, and it's preventing tests from passing in travis-ci --- onionshare/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/onionshare/web.py b/onionshare/web.py index 04cf4d1d..844cff3c 100644 --- a/onionshare/web.py +++ b/onionshare/web.py @@ -47,7 +47,6 @@ file_info = [] zip_filename = None zip_filesize = None -strings.load_strings(common) security_headers = [ ('Content-Security-Policy', 'default-src \'self\'; style-src \'unsafe-inline\'; img-src \'self\' data:;'), ('X-Frame-Options', 'DENY'),