whoogle-search/app/templates
Ben Busby 68fdd55482
Use cache busting for css/js files
On app init, short hashes are generated from file checksums to use for
cache busting. These hashes are added into the full file name and used
to symlink to the actual file contents. These symlinks are loaded in the
jinja templates for each page, and can tell the browser to load a new
file if the hash changes.

This is only in place for css and js files, but can be extended in the
future for other file types if needed.
2021-06-30 19:00:01 -04:00
..
display.html Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
error.html Send CSP header in all responses 2021-04-05 11:00:56 -04:00
header.html Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
imageresults.html Handle error when parsing image result url 2021-06-16 10:40:18 -04:00
index.html Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
logo.html Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
opensearch.xml Handle FF sending bad search suggestion param 2020-10-28 23:02:41 -04:00
search.html Add iframe-able search page for insertion into other sites 2021-05-21 10:35:46 -04:00