Oliver Hader

Results 62 comments of Oliver Hader

@georgringer would you prefer having a version that is compatible with both TYPO3 v10 and v10 - or just having a TYPO3 v11 compatible version? Most probably I could work...

@drblitz-weblab Looks good to me. However, I don't have any permission to merge in this repository...

> Note: the 20141028 version of the spec was used because the section numbering matches up with existing references in code. The relevant section for the living HTML5 spec is...

Rebase on PR #260 once merged for addressing php-cs-fixer remarks.

Thanks @goetas for taking care and creating new releases ❤️

Thanks for your report. Can you please provide a stack-trace that is leading up to this error? Thx!

Can you please provide a simplified but complete example how `serif:id` is used? Please provide the whole SVG data - I'm basically interested in the XML namespace and the schema...

This is not a link (in terms of hyperlink), but a remote resource reference used in CSS. Parsing and sanitizing CSS would be a completely new field here (with the...

```xml url(https://test.com) ``` I guess this test fixture might be handy when removing these remote references from CSS as well. Probably https://packagist.org/packages/sabberworm/php-css-parser might be helpful when working on CSS contents.

I just realized that my previous approach in #5095 does not make much sense - instead I should have been used conditional tainted sinks like described in this issue. The...