tholian-network / stealth

:rocket: Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy
GNU General Public License v3.0
1.04k stars 301 forks source link

Browser: Redirect Card #50

Closed cookiengineer closed 3 years ago

cookiengineer commented 3 years ago

The Redirect Service data structure has been changed. The UI Card needs fixes to reflect that.

Now, a single redirect entry consists of {domain,redirects:[{path,query,location}]} which means that the UI Card has to integrate a custom value() method that dynamically changes the article element's contents.

cookiengineer commented 3 years ago

As of https://github.com/tholian-network/stealth/commit/3e3508feb5999e75ffe750f05de58b909552f86c this has been implemented