translate-tools/linguist

Not work in tor browser

Ouverte

#52 ouverte le 14 août 2021

 (8 commentaires) (0 réaction) (0 personne assignée)TypeScript (50 forks)auto 404
bughelp wanted

Métriques du dépôt

Stars
 (1 033 étoiles)
Métriques de merge PR
 (Merge moyen 23h 2m) (2 PRs mergées en 30 j)

Description

Can't open popup for translate page, can't open dictionary

Inspector log: "A mutation operation was attempted on a database that did not allow mutations"

Solution: use browser.storage.local instead indexDB everywhere when it possible, we must use indexDB only for optional cache and other improvements

The real problem

This components are use indexDB

  • Content script for getting config
  • Dictionary for entries
  • Checkbox for favorites

To fix this problem its all should stop use indexDB. It is not possible because indexDB is most efficient method of store data.

Consequent, this problem will not fix if we can't disable only dictionary, translators cache and site preferences.

Task

We must research whats features we should disable to make it work.

If you want make it work in tor, you can research it and write in comments about results

Guide contributeur