Commit fee59d7
committed
fix(search): add base URL to URLs in OpenSearch
There were a lot of caching issues in both Firefox and Chromium, as they
both cache the XML file once and "never" again. I'm not sure long that
lasts, but it's likely that cleaning cached data would evict it from the
cache. I, however, just used different ports since it was faster. It's
unfortunate that we have to hard-code base URL. I thought it would've
inherited it since that's how I made it work the first time around.
Ref #2751 parent 008ec03 commit fee59d7
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
0 commit comments