Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rmartinc
Copy link
Contributor

@rmartinc rmartinc commented May 8, 2025

Closes #39540

Since 136 chrome does not respect cache-control: no-store anymore (see issue). The pages are cached anyway. It seems that chrome checks now cookies (and other things) to decide if the page can be cached or not by default. There is also an API to specify what changes (cookies, storage entries,...) triggers the the eviction of the cache (but it's not standard). For the moment the PR changes the tests to do a refresh when needed for the back. It's only added for chrome by now (maybe other browsers will follow this idea).

Copy link
Contributor

@douglaspalmer douglaspalmer left a comment

Choose a reason for hiding this comment

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

LGTM

@ahus1 ahus1 merged commit 048bc88 into keycloak:main May 9, 2025
80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forms IT tests breaks with Chrome 136.0.7103.59

4 participants