mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 16:29:31 -05:00
Don't load strings directly in the web module. It isn't needed anymore, and it's preventing tests from passing in travis-ci
This commit is contained in:
parent
174c03e892
commit
a513c8b6df
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user