You are here

[Fixed] New FileZilla icon cache leaks data outside the portable directory

5 posts / 0 new
Last post
furlong_p
Offline
Last seen: 1 week 1 day ago
Joined: 2015-10-12 19:50
[Fixed] New FileZilla icon cache leaks data outside the portable directory

Verified with PAF 3.23.0.2

Latest versions of FileZilla have improved Toolbar icon routines. To speed up the icon loading (as they can now be scaled), there is a new icon cache in %LOCALAPPDATA%\FileZilla. Although the cached PNGs are of non-private nature, that behavior is not desired for a portable package.

There is a new setting in fzdefaults.xml to control the cache location.

<Setting name="Cache directory">$USERPROFILE/Documents</Setting>

You might set this in future packages to the inside of the portable application's directory, to not leak any data to the machine and to not leave any traces in the user profile. Furthermore, the cache works better if it is kept with the portable application, plus any possible interactions with installed FileZilla versions will be prevented.

Wm ...
Offline
Last seen: 7 years 3 months ago
Joined: 2010-07-17 12:37
I'd take the bet

you seem to be so sure, you probably should make the bet.

what it is is up to you, of course

Wm

John T. Haller
John T. Haller's picture
Online
Last seen: 3 min 3 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Confirmed

I've confirmed this to be an issue with the non-personal PNG icon files. I'm working on a fix for both new installs and upgrades now.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Online
Last seen: 3 min 3 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 3.24.0

This is fixed with today's release. The icon cache will be redirected to FileZillaPortable\Data\Cache for both new and upgraded users as soon as you upgrade without any need to adjust your configuration.

Sometimes, the impossible can become possible, if you're awesome!

furlong_p
Offline
Last seen: 1 week 1 day ago
Joined: 2015-10-12 19:50
[Fixed]

Thanks for fixing!

Log in or register to post comments