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/76aec7e7a054f03d46718bf58aa23ec918b2639c?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -10,7 +10,7 @@
"negate" : false ,
"negate" : false ,
"required" : true ,
"required" : true ,
"fields" : {
"fields" : {
"value" : "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV| REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*$ "
"value" : "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV| d3g| REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*"
}
}
} ,
} ,
{
{
@ -19,7 +19,7 @@
"negate" : false ,
"negate" : false ,
"required" : true ,
"required" : true ,
"fields" : {
"fields" : {
"value" : "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))|^((?=.*\\b(^((?=.* COMPLETE)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*$ "
"value" : "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))|^((?=.*\\b(^((?=.* ( COMPLETE|\bDis[ck]\b) )(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
}
}
}
}
]
]