mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
807a0824ea
5
AUTHORS
5
AUTHORS
@ -2,6 +2,11 @@
|
||||
|
||||
FelisCatus <catusx@gmail.com>
|
||||
|
||||
# SwitchyOmega translators:
|
||||
|
||||
Filip <filip@havlin.cz>
|
||||
Michal Čihař <michal@cihar.com>
|
||||
|
||||
# SwitchyOmega includes or links to (unchanged):
|
||||
# * jQuery UI (custom build)
|
||||
# => omega-web/lib/jquery-ui-*.js
|
||||
|
@ -74,7 +74,9 @@ module.exports = class WebRequestMonitor
|
||||
callback('ongoing', req)
|
||||
|
||||
_requestRedirected: (req) ->
|
||||
if req.url.indexOf('data:') == 0
|
||||
url = req.redirectUrl
|
||||
return unless url
|
||||
if url.indexOf('data:') == 0 || url.indexOf('about:') == 0
|
||||
@_requestDone(req)
|
||||
|
||||
_requestError: (req) ->
|
||||
|
Loading…
Reference in New Issue
Block a user