aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/options.html.jinja
AgeCommit message (Collapse)Author
2022-09-29[proxy] remove options page in web UI and move options to proxy's home pageWojtek Kosior
2022-09-28[proxy] make some (possibly confusing) web UI parts only display to advanced ↵Wojtek Kosior
users
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28[proxy] allow prompting the user when a package suitable for current site is ↵Wojtek Kosior
found; add proxy's options page This commit also causes uncached responses to be forced on all HTTP request to external servers. This is needed to make sure that changes Haketilo makes to HTTP response headers are always picked up by the browser. The drawback is that this increases network traffic causing a performance hit. We might optimize this in the future.