-
Notifications
You must be signed in to change notification settings - Fork 467
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
CEF force-creates a Downloads directory in user directory #3094
Comments
Original changes by Henri Beauchamp (Bitbucket: Henri Beauchamp).
|
3 similar comments
Original changes by Henri Beauchamp (Bitbucket: Henri Beauchamp).
|
Original changes by Henri Beauchamp (Bitbucket: Henri Beauchamp).
|
Original changes by Henri Beauchamp (Bitbucket: Henri Beauchamp).
|
It’s the call to
A PR is welcome if you would like to implement this. |
|
Alloy bootstrap is removed in M128 (see #3685) |
Original report by Henri Beauchamp (Bitbucket: Henri Beauchamp).
Greetings,
In recent CEF versions (v81+, at least), CEF force-creates a “Downloads” directory when launched, even though:
The culprit code is (currently, i.e. for CEF v88) in chromium_git/cef/libcef/common/resource_util.cc, namely the DownloadPathIsDangerous() function.
I suggest that at least one of the following fixes is applied to future CEF versions (in preference order):
Thank you.
The text was updated successfully, but these errors were encountered: