From 1f836d3b4f86c1b72941cbd275adf54eabc5f56c Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 18 Apr 2019 15:25:55 -0400 Subject: [PATCH] Bug 1545269 - Request for Bug Dependency Graphs return a 404 --- Bugzilla/App/Static.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/App/Static.pm b/Bugzilla/App/Static.pm index ea36cf480..0491f360c 100644 --- a/Bugzilla/App/Static.pm +++ b/Bugzilla/App/Static.pm @@ -11,7 +11,7 @@ use Bugzilla::Constants qw(bz_locations); my $LEGACY_RE = qr{ ^ (?:static/v(?[0-9]+\.[0-9]+)/) ? - (?(?:extensions/[^/]+/web|(?:image|skin|j|graph)s)/.+) + (?(?:extensions/[^/]+/web|(?:image|skin|j|graph)s|data/webdot)/.+) $ }xs; -- 2.47.3