]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Add a version hash for asset loading to prevent browser's cache issue
authorArthurHoaro <arthur@hoa.ro>
Sun, 1 Oct 2017 09:02:48 +0000 (11:02 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sun, 1 Oct 2017 09:10:37 +0000 (11:10 +0200)
commitbfe4f536bbfe03f38e0c801bfbd26587a2b64a7f
tree5d5341cb7c72e32b655eca243cc1c33824199b33
parenta59bbf50d7530d7e82a91896a210b9da49cb1568
Add a version hash for asset loading to prevent browser's cache issue

The hash is generated using the same salt as the one used for credentials (1 salt per instance)  in order to avoid exposing the instance version.

Fixes #965
application/ApplicationUtils.php
application/PageBuilder.php
tpl/default/includes.html
tpl/default/page.footer.html