Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
Rekonq
Commits
898f6fe2
Commit
898f6fe2
authored
Mar 09, 2011
by
Andrea Diamantini
Browse files
Merge branch 'master' of git.kde.org:rekonq
parents
80094d91
09bf176c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/adblock/adblockrulenullimpl.cpp
View file @
898f6fe2
...
...
@@ -117,6 +117,10 @@ bool AdBlockRuleNullImpl::isNullFilter(const QString &filter)
// collapse
if
(
option
==
QL1S
(
"collapse"
))
return
true
;
// Ignore null mimetypes
if
(
option
==
QL1S
(
""
))
return
false
;
}
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment