sophie-glk / bang

A firefox addon which adds bangs (known from duckduckgo) to various search engines.
MIT License
46 stars 5 forks source link

Fix: Make relative URLs absolute #24

Closed melusc closed 1 year ago

melusc commented 1 year ago

!blogspot results in the relative URL /?q=bang+site:blogspot.com. Redirecting to relative URLs breaks because it redirects to a URL like this moz-extension://xxxxxxx/?q=query+here+site:blogspot.com.

To fix this it makes all URLs absolute with the base URL https://duckduckgo.com/. Already absolute URLs are left unchanged.

Fixes #23