Skip to content

Disabled caching of error pages#387

Merged
rimi-itk merged 2 commits intorelease/d11-preparefrom
feature/cache-settings
Apr 10, 2026
Merged

Disabled caching of error pages#387
rimi-itk merged 2 commits intorelease/d11-preparefrom
feature/cache-settings

Conversation

@rimi-itk
Copy link
Copy Markdown

@rimi-itk rimi-itk commented Apr 9, 2026

Disables caching of error pages.

@rimi-itk rimi-itk force-pushed the feature/cache-settings branch from 4aae58b to 6f612f2 Compare April 9, 2026 20:04
@rimi-itk rimi-itk marked this pull request as ready for review April 9, 2026 20:05
@rimi-itk rimi-itk requested a review from martinyde April 9, 2026 20:05
@rimi-itk rimi-itk force-pushed the feature/cache-settings branch from 6f612f2 to 7a7f50b Compare April 10, 2026 07:20
* page_cache module.
*/
# $settings['cache_ttl_4xx'] = 3600;
$settings['cache_ttl_4xx'] = 0;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this not expose us further to ddos attacks?

@rimi-itk rimi-itk merged commit 242a6b6 into release/d11-prepare Apr 10, 2026
15 checks passed
@rimi-itk rimi-itk deleted the feature/cache-settings branch April 10, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants