We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ebe8b commit baad57dCopy full SHA for baad57d
etc/profile-m-z/rssguard.profile
@@ -8,6 +8,7 @@ include globals.local
8
9
noblacklist ${HOME}/.config/RSS Guard 4
10
11
+# Allow nodejs (blacklisted by disable-interpreters.inc)
12
include allow-nodejs.inc
13
14
include disable-common.inc
etc/templates/profile.template
@@ -88,6 +88,9 @@ include globals.local
88
# Allow lua (blacklisted by disable-interpreters.inc)
89
#include allow-lua.inc
90
91
92
+#include allow-nodejs.inc
93
+
94
# Allow perl (blacklisted by disable-interpreters.inc)
95
#include allow-perl.inc
96
0 commit comments