Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/f963dc6510f0a765f14fc534276e44673e19de18 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(starr): fix Obfuscated CF mismatching ()

pull/1846/head
nuxen 1 year ago committed by GitHub
parent e249a39b0d
commit f963dc6510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,7 +111,7 @@
"negate": false,
"required": false,
"fields": {
"value": "Scrambled\\b"
"value": "(?<=\\b[12]\\d{3}\\b).*(Scrambled)\\b"
}
},
{

@ -111,7 +111,7 @@
"negate": false,
"required": false,
"fields": {
"value": "Scrambled\\b"
"value": "(?<=\\bS\\d+\\b).*(Scrambled)\\b"
}
},
{

Loading…
Cancel
Save