Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 439 Bytes

2021-07-26-html-purifier-respect-umask.md

File metadata and controls

9 lines (9 loc) · 439 Bytes
title issue author author_email author_github
Html Purifier respect umask
NEXT-16434
Ingo Walther
ingowalther@iwebspace.net
ingowalther

Storefront

  • Added $config->set('Cache.SerializerPermissions', 0775 & ~umask()); to src/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)