ltonetwork / lto-wallet

LTO Network web wallet
4 stars 37 forks source link

Firefox caches the indexer HTTP response #174

Closed justmvg closed 2 years ago

justmvg commented 3 years ago

With the latest Firefox update, it seems to be caching requests to the Indexer. The result of this is that it is possible that the wallet shows incorrect (read: not up to date) information in the wallet for Firefox users.

A request header Cache-Control: no-cache might already help in Firefox fetching new data from the respective API.

image

justmvg commented 3 years ago

PR #175 submitted to fix this.