diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:01:13 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:01:13 -0400 |
| commit | 1b9187b1534992c0235dad064238b2d836489ca8 (patch) | |
| tree | cdd7b7fd5c37a6ae2197ac6188607584de91893f /templates | |
| parent | 86a9ebb90a2ac07d836c1408e3a15feb8615bd62 (diff) | |
| download | omnisearch-1b9187b1534992c0235dad064238b2d836489ca8.tar.gz | |
feat: changes to image proxy, proxy favicons
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results.html b/templates/results.html index 5207057..57c2265 100644 --- a/templates/results.html +++ b/templates/results.html @@ -68,7 +68,7 @@ <div class="result"> <div class="result-header"> <div class="result-favicon" - style="background-image: url('https://{{result[4]}}/favicon.ico'), url('https://{{result[4]}}/favicon.png');"> + style="background-image: url('/proxy?url=https://{{result[4]}}/favicon.ico'), url('/proxy?url=https://{{result[4]}}/favicon.png');"> </div> <span class="url"> {{result[1]}} |
