mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Temporary workaround to make it work on Firefox.
The original issue is still there : javascript and css dependencies get binary content (a small PNG image)
This commit is contained in:
parent
c2bb788974
commit
93cc3dcdfd
@ -130,6 +130,7 @@ function(util, utf8) {
|
||||
else if (regexpCSS.test(titleName)) {
|
||||
contentType = 'image/css';
|
||||
}
|
||||
reject("temporarily refuse javascript and css dependencies");
|
||||
}
|
||||
|
||||
// Let's instanciate a new messageChannel, to allow app.s to give us the content
|
||||
|
Loading…
x
Reference in New Issue
Block a user