tosdr / browser-extensions

Browser extensions for Terms of Service; Didn't Read. “I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. Get informed instantly about websites' terms & privacy policies, with ratings and summaries from the www.tosdr.org initiative.
http://tosdr.org/downloads
GNU Affero General Public License v3.0
393 stars 44 forks source link

Undefined point icons #20

Closed michielbdejong closed 3 years ago

michielbdejong commented 6 years ago

See http://tosdr.github.io/browser-extensions/popup/?url=http://google.com

It's because it retrieves e.g. https://tosdr.org/points/1040.json which has no tosdr.point field (it has tosdr.case now).

It should retrieve https://tosdr.org/api/1/service/google.json and use pointsData from there (then it gets all the data about Google in one api request)

michielbdejong commented 6 years ago

I'm unsure if any of the published browser extensions actually use the popup from this repo directly? Will find that out, then fix this issue in the place where fixing it actually affects the deployed extensions, and deprecate other copies of the same code.

JustinBack commented 3 years ago

Fixed in earlier version.