urlhandler: fix 0x0 log rule overwriting image rule

This commit is contained in:
tastytea 2022-11-03 14:06:59 +01:00
parent c1c4ffdbc6
commit 1429515b59
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -39,7 +39,7 @@ local -A assignments=(
'^https?://paste\.centos\.org/' "readwwwlog"
'^https?://paste\.ee/' "readwwwlog"
'^https?://ix\.io/' "readwwwlog"
'^https?://0x0.st/' "readwwwlog"
'^https?://0x0.st/.+\.txt$' "readwwwlog"
'\.(webm|png|jpe?g|gif|svg|bmp|xcf)(\?.+)?$' "openwwwimg"
'(^magnet:|\.torrent$)' "transmission-remote-gtk"
)