Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/db639e3c6e2157b1e67bcdfd21df9022bf60c330/json/sonarr/cf/pq.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "2a7e3be05d3861d6df7171ec74cad727" ,
"trash_score" : 500 ,
"trash_scores" : {
"default" : 500
} ,
"name" : "PQ" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "PQ" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(PQ)\\b"
}
} ,
{
"name" : "Not DV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
} ,
{
"name" : "Not HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\b[^+|Plus])"
}
} ,
{
"name" : "Not HDR10+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\+|P(lus)?\\b)"
}
} ,
{
"name" : "Not HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(HLG)\\b"
}
} ,
{
"name" : "Not SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bSDR(\\b|\\d)"
}
}
]
}