HTMLPurifierBundle icon indicating copy to clipboard operation
HTMLPurifierBundle copied to clipboard

HTML Purifier is a standards-compliant HTML filter library written in PHP.

Results 7 HTMLPurifierBundle issues
Sort by recently updated
recently updated
newest added

Allow to setup default file permissions for [HTMLPurifier](https://github.com/Exercise/HTMLPurifierBundle). See configuration in [docs](http://htmlpurifier.org/live/configdoc/plain.html#Cache.SerializerPermissions). **Note**: SerializerPermissions must be set as integer that will be converted to correct chmod permissions. Example: 493 int...

Hello, I want to use URI.Munge but with the nofollow property and it doesn't work. ```yaml URI.Munge: '/redirect?url=%s' HTML.Nofollow: true HTML.TargetBlank: true HTML.TargetNoopener: true HTML.TargetNoreferrer: true ``` Is it possible...

Bug
Waiting feedback

Hello 👋 I copied this piece of code from [v1.0.0](https://github.com/Exercise/HTMLPurifierBundle/blob/v1.0.0/DependencyInjection/ExerciseHTMLPurifierExtension.php#L35) of the bundle to keep the possibility of using Sf service in the bundle config: ``` AutoFormat.Custom: - '@my_custom_service' ```

Feature

I often have this error that comes and goes by itself, after refreshing the page again, I don't know who is responsible but I note it anyway in case it...

The **"Symfony\Component\HttpKernel\DependencyInjection\Extension"** class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from **"Exercise\HTMLPurifierBundle\DependencyInjection\ExerciseHTMLPurifierExtension"**.

When I run 'bin/console cache:clear' I get the following error: Serializer.php line 302: User Warning: Directory /app/var/cache/prod/htmlpurifier/HTML not writable, please alter file permissions Unfortunately this breaks the deploy pipeline. We...

Bug
Waiting feedback

Once PHP 8.5 is released, we need to add it to the CI matrix and fix potential deprecations.

Feature