Martin Auswöger

Results 436 comments of Martin Auswöger

I’m not sure how valuable it can be in an automated workflow because it takes quite long to compute results and the report most proably needs manual oversight. But it...

Should be fixed in the newest version, see f000039aa5b7220848c231b20f8a0f17d74e84dc @emilbjorklund can you please verify if the fix works for you?

> Still not working in Firefox or Chrome though – give it a spin on e.g. [theguardian.com](https://theguardian.com) Chrome worked in my test, but takes very long because of all the...

Does anyone know an alternative free CORS proxy that we can use?

I would guess that you would need to exclude `Contao\CoreBundle\Twig\FragmentTemplate` from preloading in order to prevent that issue. Not sure how you can use the `container.no_preload` tag here though as...

> However, since both `tl_user.elements` and `allowedTypes` do the same thing, I think a security voter should be allowed to vote on both. @ausi WDYT? I don’t agree. For me...

See https://github.com/leofeyer/contao/pull/14

Without https://github.com/leofeyer/contao/pull/14 I had the following issues: - Setting `path` to `files/foo` and filemounts to `[files/baz, files/foo/bar]` resulted in an empty picker. (because of missing `array_values()`) - Setting `path` to...

Probably needs to be adjusted here as well I think: https://github.com/contao/contao/blob/67130d03dbae8292c7a23427f14c090e2405b734/core-bundle/assets/scripts/core.js#L978 https://github.com/contao/contao/blob/67130d03dbae8292c7a23427f14c090e2405b734/core-bundle/assets/scripts/core.js#L1045 https://github.com/contao/contao/blob/67130d03dbae8292c7a23427f14c090e2405b734/core-bundle/assets/scripts/core.js#L1886-L1891

> I think our checks for an empty session in various places (#6801, #6959 and #7052) are flawed, at least with the default `NativeSessionStorage`. I think checking for an empty...