Merge pull request #2715 from Succubyss/patch-6 `STRICT_ESCAPING` & `REPLACE_GETVAR` enabled by default on new accounts

00ff2875abe14d5c79d24d4578503cd87d172b17

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +9 -1Showing whitespace changes
default/content/settings.json+9 -1
@@ -196,7 +196,15 @@
196196 "enableLabMode": false,
197197 "enableZenSliders": false,
198198 "ui_mode": 1,
199199 "forbid_external_media": true,
200+ "stscript": {
201+ "parser": {
202+ "flags": {
203+ "1": true,
204+ "2": true
205+ }
206+ }
207+ }
200208 },
201209 "extension_settings": {
202210 "apiUrl": "http://localhost:5100",