summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-09-22 16:49:31 +1000
committerMiguel Jacq <mig@mig5.net>2019-09-22 16:49:31 +1000
commitd8c0bc4e4fb8ce95c5a472f1b86d7ec86547162b (patch)
tree54e15605528be26cfd71437350cc1f0ea526f950 /share
parent17063e54db1c3123bff6210ab787eadfe5e75965 (diff)
downloadonionshare-d8c0bc4e4fb8ce95c5a472f1b86d7ec86547162b.tar.gz
onionshare-d8c0bc4e4fb8ce95c5a472f1b86d7ec86547162b.zip
Invert the CSP header setting and put it in its own Website Mode settings group. Make the CSP header mandatory for share/receive modes, optional for website mode only.
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 6ca5c01f..38500043 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -52,7 +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_enabled_option": "Enable Content Security Policy header",
+ "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",
@@ -142,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",