We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c82bf6 commit f64d703Copy full SHA for f64d703
src/js/storage.js
@@ -797,7 +797,7 @@
797
staticExtFilteringEngine = this.staticExtFilteringEngine,
798
reIsWhitespaceChar = /\s/,
799
reMaybeLocalIp = /^[\d:f]/,
800
- reIsLocalhostRedirect = /\s+(?:0\.0\.0\.0|broadcasthost|ip6-all(?:nodes|routers)|local|localhost|localhost\.localdomain)\b/,
+ reIsLocalhostRedirect = /\s+(?:0\.0\.0\.0|broadcasthost|localhost|local|ip6-\w+)\b/,
801
reLocalIp = /^(?:0\.0\.0\.0|127\.0\.0\.1|::1|fe80::1%lo0)/,
802
line, c, pos,
803
lineIter = new this.LineIterator(this.processDirectives(rawText));
0 commit comments