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: Policy Card #51

Closed cookiengineer closed 3 years ago

cookiengineer commented 3 years ago

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

Now, a single policy entry consists of {domain,policies:[{path,query}]} 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/fa3538865a80d84992da0b621ab6bfd08b0f157e this has been implemented.