We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2b2f3 + 2dbf6fb commit 182cf39Copy full SHA for 182cf39
lib/core/public/run-rules.js
@@ -43,7 +43,7 @@ export default function runRules(context, options, resolve, reject) {
43
}
44
45
// If run for iframes is true then collect results from iframes
46
- if (context.frames.length && options.iframes === true) {
+ if (context.frames.length && options.iframes !== false) {
47
q.defer((res, rej) => {
48
collectResultsFromFrames(context, options, 'rules', null, res, rej);
49
});
0 commit comments