summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/regexp/headers.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index e493a663e..5cc107ab8 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -920,6 +920,13 @@ reconf['HAS_GOOGLE_REDIR'] = {
group = 'experimental'
}
+reconf['HAS_GOOGLE_FIREBASE_URL'] = {
+ re = '/\\.firebasestorage\\.googleapis\\.com\\//{url}i',
+ description = 'Contains firebasestorage.googleapis.com URL',
+ score = 0.01,
+ group = 'experimental'
+}
+
reconf['XM_UA_NO_VERSION'] = {
re = string.format('(!%s && !%s) && (%s || %s)',
'X-Mailer=/https?:/H',