You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Not a known non-network scheme, so this parse failure is unexpected.
62
+
// Re-throw with the offending values attached so Sentry shows what triggered
63
+
// it (the bare adblock-rs message doesn't include the URL).
64
+
thrownewError(`adblock check failed for requestUrl=${JSON.stringify(requestUrl)} frameUrl=${JSON.stringify(frameUrl)} requestType=${JSON.stringify(requestType)}: ${err.message}`,{cause: err})
65
+
}
44
66
if(matchResult.matched===false){
45
67
if(matchResult.exception){
46
68
braveDebugLib.verbose(`Would block ${requestUrl} in frame ${frameUrl} of type ${requestType} with rule ${matchResult.filter} but excepted by ${matchResult.exception}`)
0 commit comments