You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Chromium only allows a single extra path where the
deny execute ACE will be set for files within. However, since we allow
multiple non-OTR profiles to be alive at the same time, we need to
have multiple storage folders with execution protection (particularly
for blob files). This change modifies the current extra path key in
file_util_win.cc to instead be a vector of keys, allowing multiple
paths to be whitelisted (provided those keys have been registered with
the path service beforehand).
Change-Id: Ic6869d89055821e4fdb9175b1191685632ed74f4
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/565784
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
0 commit comments