Problem/Motivation

When using language_cookie language negotiator, it intentionally prevents page cache here by using pageCacheKillSwitch->trigger();.

I think it would be possible to alter page cache to allow page cache to vary.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jasonawant created an issue. See original summary.

jasonawant’s picture

Status: Active » Needs review

I'm sure there are some more nuances to making this work well, but here's an MR to start the conversation.

dieterholvoet made their first commit to this issue’s fork.