From 2608e3f1fc2b8c750f671e55f5ddbf36ecdf537e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 18 Nov 2019 16:38:55 +0100 Subject: [PATCH] Disabling security.rss for now because there's a header issue preventing it from working, and hasnt been used in 2+ years anyway --- src/js/yunohost/events.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/js/yunohost/events.js b/src/js/yunohost/events.js index 8b9abb4c..51960eda 100644 --- a/src/js/yunohost/events.js +++ b/src/js/yunohost/events.js @@ -14,6 +14,13 @@ c.flash('warning', y18n.t('warning_first_user')); } + /* + * Disabling this for now because there's a duplicate Access Allow + * Origin header thing preventing it from working and people keep + * complaining about it and we havent effectively used this in 2 + * years anyway despite various security issues. + * + * // Get security feed and display new items var securityFeed = 'https://yunohost.org/security.rss'; var forumUrl = 'https://forum.yunohost.org'; @@ -68,6 +75,7 @@ .fail(function(stuff) { c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed])); }); + */ c.api("/diagnosis", function(data) { versions = data.packages;