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/0685d56ea492041e1871cf27f600ddcc50b0c8fd You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix regex word boundary

pull/575/head
Bogdan 3 years ago committed by GitHub
parent 8dac192682
commit 0685d56ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -497,7 +497,7 @@ Add this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/^(?!.*(-deflate|-inflate))(?=.*([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)).*/i
/^(?!.*(-deflate|-inflate))(?=.*([_. ]WEB[_. ]|\bCAKES\b|GGEZ|GGWP|GLHF)).*/i
```
------

Loading…
Cancel
Save