summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-01-31 22:58:39 +0100
committerAndrey Andreev <narf@devilix.net>2018-01-31 22:58:39 +0100
commita911daa2775ee9d09404c91c8954c6a216568cb5 (patch)
treed5380ba6926e59ad942cdfda3c8ddb122c0ede6d
parent7dd6f14073c109a3227d78e30780ab79117bda42 (diff)
[ci skip] Add changelog entry for PR #5391
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 9b7f0149c..63de806f6 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -7,6 +7,10 @@ Version 3.1.8
Release Date: Not Released
+- **Security**
+
+ - Updated :doc:`URL Helper <helpers/url_helper>` function :php:func:`auto_link()` to add ``rel="noopener"`` to generated links in order to prevent tab hijacking.
+
- General Changes
- Updated :doc:`Email Library <libraries/email>` to always negotiate between TLS 1.0, 1.1, 1.2 when possible (PHP 5.6+) for SMTP connections.