Andreas Gohr

Results 304 comments of Andreas Gohr

I just noticed that this is somewhat a duplicate of #15 but not quite.

It has nothing to do with the PHP version. You need to make sure the authorization is passed through to PHP. Either by mod_php directly or via the Apache rewrite...

There's the `--user` command for docker itself, but it only allows you to select the user inside the container. The user only gets set up when the default entry is...

@ssahara please open a new PR for the fix.

This is not a known issue and ad-hoc I have no idea why this should be the case at all. Maybe it is related to the CSP header changes. Does...

Additionally, do you have the same problem when trying to access the PDF file here: https://www.dokuwiki.org/leaflet (which works fine for me)

Huh. Your PDF contains scripts? You said the problem happens for the leaflet PDF as well. That one certainly has no script. Sorry. I have no idea what's going on...

https://forge.typo3.org/issues/93035 has some more discussion about the problem. It seems we can really only solve this by disabling sandbox mode and hoping the remaining rules provide the safety we want....

I like the suggestion in https://github.com/splitbrain/dokuwiki/issues/2531#issuecomment-678979293 using a single data attribute instead of a whole bunch of classes. We could have it always prefixed by a colon so root pages...

Yeah, this seems to be broken since a while. I fixed it in a branch but this won't go into Igor anymore.