Skip to content

Commit baad57d

Browse files
authored
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.
1 parent f9ebe8b commit baad57d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

etc/profile-m-z/rssguard.profile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ include globals.local
88

99
noblacklist ${HOME}/.config/RSS Guard 4
1010

11+
# Allow nodejs (blacklisted by disable-interpreters.inc)
1112
include allow-nodejs.inc
1213

1314
include disable-common.inc

etc/templates/profile.template

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ include globals.local
8888
# Allow lua (blacklisted by disable-interpreters.inc)
8989
#include allow-lua.inc
9090

91+
# Allow nodejs (blacklisted by disable-interpreters.inc)
92+
#include allow-nodejs.inc
93+
9194
# Allow perl (blacklisted by disable-interpreters.inc)
9295
#include allow-perl.inc
9396

0 commit comments

Comments
 (0)