Skip to content

Commit

Permalink
Allow -> enable
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Apr 26, 2024
1 parent d73ba64 commit c57de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/utils/ArgValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public enum ArgValue {
"security.file.strict"),

SECURITY_SUBSTITUTIONS_ENABLE(PREFERENCES, "Enable/disable client-side JSON data substitutions via \"" + Substitutions.FILE_NAME + "\" file", null, true,
"security.substitutions.allow"),
"security.substitutions.enable"),

SECURITY_SUBSTITUTIONS_STRICT(PREFERENCES, "Enable restrictions for materially changing JSON substitutions such as \"copies\":, \"data\": { \"data\": ... } blobs", null, true,
"security.substitutions.strict"),
Expand Down

0 comments on commit c57de5b

Please sign in to comment.