Skip to content

Commit 115a7be

Browse files
committed
Disallow several extensions from being required (in particular, setoptions)
1 parent 8ca077a commit 115a7be

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ts/input/tex/require/RequireConfiguration.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@ export const options = {
178178
//
179179
allow: expandable({
180180
base: false,
181-
'all-packages': false
181+
'all-packages': false,
182+
autoload: false,
183+
configmacros: false,
184+
tagformat: false,
185+
setoptions: false
182186
}),
183187
//
184188
// The default allow value if the extension isn't in the list above

0 commit comments

Comments
 (0)