title | issue | author | author_email | author_github |
---|---|---|---|---|
Html Purifier respect umask |
NEXT-16434 |
Ingo Walther |
ingowalther |
- Added
$config->set('Cache.SerializerPermissions', 0775 & ~umask());
tosrc/Core/Framework/Util/HtmlSanitizer.php
(Mode 0775: Owner can read, write and execute, Group can read, write and execute, Everyone who is not in the group, and not the owner, can read and execute)