sym
sym copied to clipboard
Anticache
Currently updating the webpage requires users to do a full-refresh to get all JS/CSS files, which sometimes is quite tricky (e.g. mobiles). Add an anticaching via e.g. a dummy GET parameter, preferably something that is mostly automated so we do not have to update it constantly.
Fixed with server-side configs. Quite elegant and no need to mess around with GET fields.
Reopening this issue to remind about doing a proper implementation for this.