Russell Harmon
|
813495c7f7
|
Set crossorigin use-credentials for manifest.json. (#2706)
This is necessary when running behind a password-protected reverse
proxy, as otherwise Chrome doesn't send HTTP basic auth credentials when
requesting this file.
See
https://stackoverflow.com/questions/6294622/html5-manifest-cache-behind-basic-auth
for more information.
|
2022-06-29 21:49:04 -07:00 |
cj
|
7bd47c651c
|
Read theme color from config file (#2365)
* read theme color from config file
* Update manual page
|
2022-03-10 08:24:13 +11:00 |
cj
|
7336a6cd18
|
Update apple touch icon (#2295)
|
2022-02-16 11:35:45 +11:00 |
cj
|
c857e30120
|
Add proper home screen icon for mobile users (#2279)
* Add proper home screen icon for mobile users
* Updated hrefs to use relative path to favicon.ico
|
2022-02-03 16:27:33 -08:00 |
InfiniteTF
|
51bb602dc2
|
Fix vite manifest.json crash (#2237)
|
2022-01-16 10:14:31 +11:00 |
kermieisinthehouse
|
b86c9fa8fe
|
Security Hardening: Content Security Policy + more (#2108)
* Add CSP, varied security headers
|
2021-12-13 14:54:19 +11:00 |
kermieisinthehouse
|
74fcaa9a3f
|
Reenable gzipping, pull in statigz fix, fix proxy prefix (#2039)
Co-authored-by: peolic <66393006+peolic@users.noreply.github.com>
|
2021-11-19 13:30:21 +11:00 |
kermieisinthehouse
|
a4e52d3130
|
Vite-based frontend builds (#1900)
* Remove image conversion, add gzip
* Add MacOS Environment options
|
2021-11-18 12:32:04 +11:00 |