Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 1218

Administrators • Re: Secrutiy Patch 10.1.5 10.0.13 9.0.0p44 any Idea to patch 8.8.15p46 with that fix?

$
0
0
That's because Zimbra doesn't serve the .js files to the user, but the "minified" .js.zgz versions, which you can regenerate with yuicompressor.

We use the following script for that, based on https://github.com/Zimbra/zm-web-client ... /build.xml:

Code:

sed -re 's/^\s*DBG\.\w+\(.*\);\s*$$/ /' $< | yuicompressor --line-break 0 --type js | gzip -n
(you can test your modifications first by adding ?debug=1 to your webmail URL, so it will use the original .js files instead)

Statistics: Posted by ghen — Wed Mar 19, 2025 6:59 pm



Viewing all articles
Browse latest Browse all 1218

Trending Articles