HTMLPurifierBundle icon indicating copy to clipboard operation
HTMLPurifierBundle copied to clipboard

Add support of the Cache.SerializerPermissions for default profile

Open OxCom opened this issue 2 years ago • 1 comments

Allow to setup default file permissions for HTMLPurifier. See configuration in docs.

Note: SerializerPermissions must be set as integer that will be converted to correct chmod permissions. Example: 493 int => 0755 oct and 511 int => 0777 oct

OxCom avatar Jul 01 '22 06:07 OxCom

This seems like a sensible extension! And BTW, you mentioning that permissions need to be defined as a decimal int to be interpreted as an octal just saved my day!

validaide-mark-bijl avatar Jul 25 '22 18:07 validaide-mark-bijl

This is a very nice contribution, thank you @OxCom!

HeahDude avatar Aug 28 '22 15:08 HeahDude

I've just tagged 4.1.

HeahDude avatar Aug 28 '22 15:08 HeahDude