From baad57d4cd4a3570e3f334757197bd4caa765d20 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 30 Mar 2024 20:38:01 +0000 Subject: profiles: add allow-nodejs.inc to profile.template (#6298) 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 ce455baba..127bfe863 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 347cbeb3c..d39e16025 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 -- cgit v1.2.3-54-g00ecf