diff --git a/src/scriptlets/prevent-xhr.js b/src/scriptlets/prevent-xhr.js index a17c2401..4d47e9f3 100644 --- a/src/scriptlets/prevent-xhr.js +++ b/src/scriptlets/prevent-xhr.js @@ -193,7 +193,7 @@ export function preventXHR(source, propsToMatch, customResponseText) { // original values readyState: { value: readyState, writable: false }, statusText: { value: statusText, writable: false }, - // If request is blocked by extension, then responseURL is an empty string + // If the request is blocked, responseURL is an empty string responseURL: { value: responseURL || xhrData.url, writable: false }, responseXML: { value: responseXML, writable: false }, // modified values