mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-12 18:11:07 +02:00
Merge pull request #2715 from Succubyss/patch-6
`STRICT_ESCAPING` & `REPLACE_GETVAR` enabled by default on new accounts
This commit is contained in:
commit
00ff2875ab
@ -196,7 +196,15 @@
|
|||||||
"enableLabMode": false,
|
"enableLabMode": false,
|
||||||
"enableZenSliders": false,
|
"enableZenSliders": false,
|
||||||
"ui_mode": 1,
|
"ui_mode": 1,
|
||||||
"forbid_external_media": true
|
"forbid_external_media": true,
|
||||||
|
"stscript": {
|
||||||
|
"parser": {
|
||||||
|
"flags": {
|
||||||
|
"1": true,
|
||||||
|
"2": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extension_settings": {
|
"extension_settings": {
|
||||||
"apiUrl": "http://localhost:5100",
|
"apiUrl": "http://localhost:5100",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user