summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-06 17:09:42 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-06 17:09:42 +0100
commitde96cc0ba533ae4c793c9f18198c583c9236831d (patch)
tree3d2f76a5a05581ff7a5d95d74bc91d7aa7c0e959
parent4ea127ed03feeae1ace8f38b60466bf842528fb1 (diff)
changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db2734015..9c56b60cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+owncloud-news (4.3.3)
+* **Enhancement**: Set the rel="noreferrer" attribute for all links that point to external articles to enhance privacy
+
owncloud-news (4.3.2)
* **Bugfix**: Update picoFeed to fix an HTTP cache problem where only one match (Etag or Last-Modified) was required to mark a feed as not modified. This can cause some feeds to not update if one cache parameter is always the same
* **Enhancement**: If a feed is added without the protocol, prepend https:// instead of http:// (e.g. adding cnn.com would result in https://cnn.com being added)