Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP #46393

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jul 10, 2024

Backport of PR #46320

@nickvergessen nickvergessen enabled auto-merge July 10, 2024 09:57
@AndyScherzinger AndyScherzinger force-pushed the backport/46320/stable29 branch from 16a8138 to 5d86efb Compare July 10, 2024 20:07
@SystemKeeper
Copy link
Contributor

Green cypress needs backport of #46428

…tatic assets served by PHP

By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.

Signed-off-by: Julius Härtl <[email protected]>
@AndyScherzinger AndyScherzinger force-pushed the backport/46320/stable29 branch from 5d86efb to ea262a8 Compare July 11, 2024 06:31
@nickvergessen nickvergessen disabled auto-merge July 11, 2024 07:19
@nickvergessen nickvergessen merged commit ecd454e into stable29 Jul 11, 2024
168 of 170 checks passed
@nickvergessen nickvergessen deleted the backport/46320/stable29 branch July 11, 2024 07:19
@Altahrim Altahrim mentioned this pull request Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants