summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-22 12:57:13 -0700
committerGitHub <noreply@github.com>2019-09-22 12:57:13 -0700
commit26f24906731139834ca2bdadfe79cdfd07dd354f (patch)
tree01a1cbd721de82386271b371c53fdf1a1526cd11 /share
parentc0bbe120763bb5b71b914e13164a888f5227a010 (diff)
parentd8c0bc4e4fb8ce95c5a472f1b86d7ec86547162b (diff)
downloadonionshare-26f24906731139834ca2bdadfe79cdfd07dd354f.tar.gz
onionshare-26f24906731139834ca2bdadfe79cdfd07dd354f.zip
Merge pull request #1030 from mig5/1029_optional_csp
Make setting the Content-Security-Policy header optional so it doesn't break website mode shares
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index bb5b9094..a5a948b0 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -52,6 +52,7 @@
"gui_settings_onion_label": "Onion settings",
"gui_settings_sharing_label": "Sharing settings",
"gui_settings_close_after_first_download_option": "Stop sharing after files have been sent",
+ "gui_settings_csp_header_disabled_option": "Disable Content Security Policy header",
"gui_settings_individual_downloads_label": "Uncheck to allow downloading individual files",
"gui_settings_connection_type_label": "How should OnionShare connect to Tor?",
"gui_settings_connection_type_bundled_option": "Use the Tor version built into OnionShare",
@@ -141,6 +142,7 @@
"gui_mode_receive_button": "Receive Files",
"gui_mode_website_button": "Publish Website",
"gui_settings_receiving_label": "Receiving settings",
+ "gui_settings_website_label": "Website settings",
"gui_settings_data_dir_label": "Save files to",
"gui_settings_data_dir_browse_button": "Browse",
"gui_settings_public_mode_checkbox": "Public mode",