aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-11-23 18:44:14 -0800
committerMicah Lee <micah@micahflee.com>2021-11-23 18:44:14 -0800
commita4985e7029df1d1e3d569dca09fd85afe6402dc8 (patch)
treea82f3a50c9c377897905b8427468e3a4e352425b /desktop/src/onionshare/resources
parent1d0d30458cd10cf4536c616253036c29759ac29d (diff)
parentdbae142a873c0bb326d0b6fa9ab3a4872280fe9b (diff)
downloadonionshare-a4985e7029df1d1e3d569dca09fd85afe6402dc8.tar.gz
onionshare-a4985e7029df1d1e3d569dca09fd85afe6402dc8.zip
Support sending a custom Content-Security-Policy header in Website mode
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index d405c702..f8c4cd2b 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -203,7 +203,8 @@
"mode_settings_receive_disable_text_checkbox": "Disable submitting text",
"mode_settings_receive_disable_files_checkbox": "Disable uploading files",
"mode_settings_receive_webhook_url_checkbox": "Use notification webhook",
- "mode_settings_website_disable_csp_checkbox": "Don't send Content Security Policy header (allows your website to use third-party resources)",
+ "mode_settings_website_disable_csp_checkbox": "Don't send default Content Security Policy header (allows your website to use third-party resources)",
+ "mode_settings_website_custom_csp_checkbox": "Send a custom Content Security Policy header",
"gui_all_modes_transfer_finished_range": "Transferred {} - {}",
"gui_all_modes_transfer_finished": "Transferred {}",
"gui_all_modes_transfer_canceled_range": "Canceled {} - {}",
@@ -232,4 +233,4 @@
"moat_captcha_error": "The solution is not correct. Please try again.",
"moat_solution_empty_error": "You must enter the characters from the image",
"mode_tor_not_connected_label": "OnionShare is not connected to the Tor network"
-} \ No newline at end of file
+}