From 3577e01c5ef3b2a6146637e9a533776cb91aafe8 Mon Sep 17 00:00:00 2001 From: AlwaysHC Date: Fri, 25 Jun 2021 17:36:00 +0200 Subject: [PATCH] HTTPS missing --- DecodeShortURLs.cf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DecodeShortURLs.cf b/DecodeShortURLs.cf index c11989e..5ff38cf 100644 --- a/DecodeShortURLs.cf +++ b/DecodeShortURLs.cf @@ -26,19 +26,19 @@ body SHORT_T_CO_200 eval:short_url_tests() describe SHORT_T_CO_200 Message contains a t.co URL that has a warning due to abuse score SHORT_T_CO_200 10.0 -uri URI_BITLY_BLOCKED /^http:\/\/(?:bit\.ly|bitly\.com)\/a\/warning/i +uri URI_BITLY_BLOCKED /^https?:\/\/(?:bit\.ly|bitly\.com)\/a\/warning/i describe URI_BITLY_BLOCKED Message contains a bit.ly URL that has been disabled due to abuse score URI_BITLY_BLOCKED 10.0 -uri URI_SIMURL_BLOCKED /^http:\/\/simurl\.com\/redirect_black\.php/i +uri URI_SIMURL_BLOCKED /^https?:\/\/simurl\.com\/redirect_black\.php/i describe URI_SIMURL_BLOCKED Message contains a simurl URL that has been disabled due to abuse score URI_SIMURL_BLOCKED 10.0 -uri URI_MIGRE_BLOCKED /^http:\/\/migre\.me\/bloqueado/i +uri URI_MIGRE_BLOCKED /^https?:\/\/migre\.me\/bloqueado/i describe URI_MIGRE_BLOCKED Message contains a migre.me URL that has been disabled due to abuse score URI_MIGRE_BLOCKED 10.0 -uri URI_TINYURL_BLOCKED /^http:\/\/tinyurl\.com\/nospam\.php/i +uri URI_TINYURL_BLOCKED /^https?:\/\/tinyurl\.com\/nospam\.php/i describe URI_TINYURL_BLOCKED Message contains a tinyurl that has been disabled due to abuse score URI_TINYURL_BLOCKED 10.0