DingDongSoLong4
|
b4b7cf02b6
|
Improve caching, HTTP headers and URL handling (#3594)
* Fix relative URLs
* Improve login base URL and redirects
* Prevent duplicate customlocales requests
* Improve UI base URL handling
* Improve UI embedding
* Improve CSP header
* Add Cache-Control headers to all responses
* Improve CORS responses
* Improve authentication handler
* Add back media timestamp suffixes
* Fix default image handling
* Add default param to other image URLs
|
2023-04-19 13:01:32 +10:00 |
|
DingDongSoLong4
|
a1851b3713
|
Update dependencies (#3123)
* Update localforage, remove query-string
* Update fontawesome and flag-icons
* Update formatjs
* Update axios and videojs
* Update apollo client and graphql
* Update bootstrap and react
* Update polyfills
* Update vite
* Update ESLint
* Update stylelint
* Update configs
* Rebuild yarn.lock
|
2023-02-16 14:06:44 +11:00 |
|
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 |
|