diff --git a/src/js/traffic.js b/src/js/traffic.js index c4a37ae96..27ab87f06 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -533,7 +533,8 @@ const onHeadersReceived = function(details) { const contentType = headerValueFromName('content-type', responseHeaders); if ( reMediaContentTypes.test(contentType) ) { pageStore.allowLargeMediaElementsUntil = 0; - return; + // Fall-through: this could be an SVG document, which supports + // script tags. } }