From ba6a38a7f6c497e025708111046d67875c4361be Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 1 Mar 2016 13:00:54 -0300 Subject: Allow CORS --- web/static/i18n/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/static/i18n/en.json') diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index 0d7be4b08..7f570b339 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -294,6 +294,9 @@ "admin.service.attemptTitle": "Maximum Login Attempts:", "admin.service.cmdsDesc": "When true, user created slash commands will be allowed.", "admin.service.cmdsTitle": "Enable Slash Commands: ", + "admin.service.corsEx": "http://example.com https://example.com", + "admin.service.corsDescription": "Enable HTTP Cross origin request from specific domains (separate by a spacebar). Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.", + "admin.service.corsTitle": "Allow Cross-origin Requests from:", "admin.service.developerDesc": "(Developer Option) When true, extra information around errors will be displayed in the UI.", "admin.service.developerTitle": "Enable Developer Mode: ", "admin.service.false": "false", -- cgit v1.2.3-1-g7c22