-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rust): disable HTTP caching (#1880)
## Problem When connecting to the same machine (e.g. a server) but using a different version of Agama (e.g., you are using a new build), the browser cache could display the old UI. ## Solution Disable the cache by setting the `no-store` value. In the future, we could prefer using a different mechanism, like the `Etag` header. ## Testing - *Tested manually*
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Fri Jan 10 08:58:29 UTC 2025 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Disable the browser cache setting the "Cache-Control" header to | ||
"no-store" (gh#agama-project/agama#1880). | ||
|
||
------------------------------------------------------------------- | ||
Thu Jan 9 12:52:05 UTC 2025 - Josef Reidinger <[email protected]> | ||
|
||
|