Skip to content

2.1.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxxcrawford maxxcrawford released this 02 Mar 20:17
4bcaea0

Summary

Resolved prioritized issues that were discovered by Product Integrity team during QA:

  • #588: about: pages (Preferences, etc.) cannot be added to the Facebook Container.
  • #581: Improved logic to clear the ! notification panel when trackers are detected between browsers.
  • #585: Added confirmation panels when adding/removing sites to the Facebook Container from the doorhanger.
  • #604: Added subdomain support for custom sites added to the Facebook Container

Changelog

Note: Pontoon localization commits have been omitted from this list.

a663437 Fixed null rootDomainCache
9ff67ae Updated test to use new messages
5009253 Fixed CSS statement issue
00e8c1f Fixed eslint errors
6f02d95 Added memoization logic to getRootDomain function
7ae8305 Removed commented code.
031081f Moved tab logic higher in the statement to fix error when tabID is being called too early.
27b786d Added global variable for PSL, reverted isFacebookURL to use URL constructor to reduce performance concerns
81fd7d8 Updated variable name to be more descriptive
e22b8d6 Added PSL/BG message support to content script
caeabf8 Fixed #581 - Set trackers to false by default, removing the panel notification until necessary
1421a6f Updated package-lock.json file
2e0b241 Updated message handler across all the scripts to pass data object, and reject any unknown messages. Also revised panel.js to request parsed domain from PSL through the background.
84f734a Updated getRootDomain function to use PSL library to parse URL and return domain.
cbd3181 Add latest PSL library to the project
a67f760 Fixed #585 - Added confirmation interstitial when adding/removing sites from the container (#589)
7dff975 Added third-level domain support logic
484d3b6 Added support for sites with multiple subdomains.
a113559 Fixed #567 - Updated logic to allow all subdomains of a custom added domain
f339268 WIP subdomain
6c819ce Update aboutPageURLCheck logic to reflect startsWidth statement
c6943ad Update aboutPageURLCheck to use startsWidth
6d45430 Resolved string setting with "about" as PanelID
fd8d095 Fixed #588 - Added logic to stop about: pages from being added to the container
d5735dc Fixed #586 - Added missing strings