From 8a10310605add712e1b9addadc826236ea8b4816 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 31 May 2020 18:13:42 +0200 Subject: [PATCH] Add fast-redirects exception for oss-fuzz.com/ --- default.action.master | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.action.master b/default.action.master index 4bdee484..d6f2a9fc 100644 --- a/default.action.master +++ b/default.action.master @@ -2148,6 +2148,9 @@ yandex.ru/.*&retpath=http disqus.com/ # URL = http://www.youtube.com/embed/blafasel?feature=oembed&enablejsapi=1&origin=http://www.example.com&wmode=opaque .youtube.com/.*origin=http +# URL = https://oss-fuzz.com/login?dest=https%3A%2F%2Foss-fuzz.com%2Ftestcase-detail%2F5727799779524608 +#MASTER# REMARKS: Only match based on the host so the test works even without https-inspection enabled. +oss-fuzz.com/ {+redirect{s@.*url=@http://@} -block} # Sticky Actions = +redirect -block -- 2.39.2