Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKate Butler <kate@innocraft.com>2019-12-10 02:53:05 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-12-10 02:53:05 +0300
commiteec0711a0031d1378793d338ac302b4c3699caac (patch)
tree8b0b981348674786d822accb9986324afd84c7ec /lang
parent89007f29c299d22e7554ebdbf1567ebf60721f32 (diff)
Use appropriate SameSite value for session cookie (#15186)
* Set SameSite=lax for session cookie * Update warning text when Matomo is installed on HTTP * urlencode all session cookie values
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index 17f920373c..c3c715ea23 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -111,7 +111,7 @@
"ConfigFileIsNotWritable": "The Matomo configuration file %1$s is not writable, some of your changes might not be saved. %2$s Please change permissions of the config file to make it writable.",
"Continue": "Continue",
"ContinueToPiwik": "Continue to Matomo",
- "CurrentlyUsingUnsecureHttp": "You are currently using Matomo over unsecure HTTP, which can be risky. We recommend you set up Matomo to use SSL (HTTPS) for improved security.",
+ "CurrentlyUsingUnsecureHttp": "You are currently using Matomo over unsecure HTTP. This can make your Matomo vulnerable to security exploits. You may also be in breach of privacy laws, as some features including opt-out cookies will not work. We recommend you set up Matomo to use SSL (HTTPS) for improved security.",
"CreatedByUser": "created by %s",
"CurrentMonth": "Current Month",
"CurrentWeek": "Current Week",