| Index: lib/csp.js |
| =================================================================== |
| --- a/lib/csp.js |
| +++ b/lib/csp.js |
| @@ -49,7 +49,8 @@ |
| // $genericblock filters applied when searching for a matching $csp filter. |
| // We must now pay the price by first checking for a $genericblock filter |
| // and if necessary that our $csp filter is specific. |
| - let specificOnly = !!checkWhitelisted(page, frame, typeMap.GENERICBLOCK); |
| + let specificOnly = !!checkWhitelisted(page, frame, null, |
| + typeMap.GENERICBLOCK); |
| if (specificOnly) |
| { |
| cspMatch = defaultMatcher.matchesAny(urlString, typeMap.CSP, hostname, |