From d7e14c73a4d44d8f220ae1b369bd46cfe7337eaf Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 29 Mar 2024 15:49:57 -0300 Subject: [PATCH] profiles: add allow-nodejs.inc to profile.template To make it consistent with the other include profiles. See etc/templates/profile.template. Relates to #3866 #5881. --- etc/profile-m-z/rssguard.profile | 1 + etc/templates/profile.template | 3 +++ 2 files changed, 4 insertions(+) diff --git a/etc/profile-m-z/rssguard.profile b/etc/profile-m-z/rssguard.profile index ce455baba37..127bfe8632f 100644 --- a/etc/profile-m-z/rssguard.profile +++ b/etc/profile-m-z/rssguard.profile @@ -8,6 +8,7 @@ include globals.local noblacklist ${HOME}/.config/RSS Guard 4 +# Allow nodejs (blacklisted by disable-interpreters.inc) include allow-nodejs.inc include disable-common.inc diff --git a/etc/templates/profile.template b/etc/templates/profile.template index 347cbeb3c00..d39e1602544 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -88,6 +88,9 @@ include globals.local # Allow lua (blacklisted by disable-interpreters.inc) #include allow-lua.inc +# Allow nodejs (blacklisted by disable-interpreters.inc) +#include allow-nodejs.inc + # Allow perl (blacklisted by disable-interpreters.inc) #include allow-perl.inc