From 28af5a86307d8e84bebef8b97bf935f0ca267be0 Mon Sep 17 00:00:00 2001 From: Walter Leibbrandt Date: Tue, 2 Apr 2019 23:07:01 +0200 Subject: [PATCH] Add redirect for addons.mozilla.org outgoing links --- data/data.min.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index fb9a606..a312513 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -419,6 +419,15 @@ "redirections": [ ".*disq\\.us.*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F).*)%3A" ] + }, + "mozaws.net": { + "urlPattern": "https?://outgoing\\.prod\\.mozaws\\.net/.*", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + "https?://[^/]+/v1/[0-9a-f]{64}/(.*)" + ] } } }