-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix code that generates warning when submit to Mozilla. #1514
Comments
@dteviot as a "hack" you can just delete the offending part in jszip.min.js and it still works. (More tests needed) That is why i think this part of the code is never used in WebToEpub and can be deleted. |
That's not a solution. Modifying the jszip.min.js is not feasible because it's a minified file. That's only acceptable by Mozilla because it's a copy of a known library. Needed to specify the library so it can validate file is same. If we modify the code, it will no longer match. |
As jszip is no longer in active development(2 years since last update) an other zip packager is needed. Here is a comparison per downloads |
A third option, include source of jszip, rather than minified version. And remove the offending bit. But I'll take a look at the other zip packagers. |
jszip/dist/jszip.min.js line 13 column 96498
Has been seen elsewhere. FooSoft/yomichan#828 (comment)
Not sure why it's showing now.
The text was updated successfully, but these errors were encountered: