mozilla / lightbeam-we

Web Extension version of the Firefox Lightbeam add-on
https://addons.mozilla.org/en-GB/firefox/addon/lightbeam/
Mozilla Public License 2.0
179 stars 61 forks source link

Address first parties as third parties. Fixes #110. #176

Closed biancadanforth closed 7 years ago

biancadanforth commented 7 years ago

If a first party site later becomes a third party site, keep the firstParty key set to true and do not set isVisible to false, even if the site is on the allowlist as a third party. Added a new method 'isAlsoAThirdParty' to check this.

Before: screen shot 2017-08-25 at 12 44 20 pm

After: screen shot 2017-08-25 at 1 49 35 pm

@jonathanKingston , I have no known questions; so ready for you to take a look. :)

biancadanforth commented 7 years ago

Superceded by PR #180 .