wireapp / wire-webapp

👽 Wire for web
https://app.wire.com
GNU General Public License v3.0
1.12k stars 290 forks source link

runfix: Avoid caching the config file #17646

Closed atomrc closed 1 week ago

atomrc commented 1 week ago

Description

Recently we enabled stronger caching for JS files to improve loading performances. But the config.js file was wrongly cached, resulting on config changes not being properly dispatched.

This fixes it by removing the v query param to get the config file and falling then back to the 5min caching strategy.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud