mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Disabling security.rss for now because there's a header issue preventing it from working, and hasnt been used in 2+ years anyway
This commit is contained in:
parent
c2d725386e
commit
2608e3f1fc
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,13 @@
|
||||||
c.flash('warning', y18n.t('warning_first_user'));
|
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
|
// Get security feed and display new items
|
||||||
var securityFeed = 'https://yunohost.org/security.rss';
|
var securityFeed = 'https://yunohost.org/security.rss';
|
||||||
var forumUrl = 'https://forum.yunohost.org';
|
var forumUrl = 'https://forum.yunohost.org';
|
||||||
|
@ -68,6 +75,7 @@
|
||||||
.fail(function(stuff) {
|
.fail(function(stuff) {
|
||||||
c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed]));
|
c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed]));
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
c.api("/diagnosis", function(data) {
|
c.api("/diagnosis", function(data) {
|
||||||
versions = data.packages;
|
versions = data.packages;
|
||||||
|
|
Loading…
Reference in a new issue