New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH 1960 Intro Hub Forgot Password #506
Commits on Jan 24, 2020
Commits on Jan 30, 2020
GH-1911 Remove edge legacy code (#492)
* Update node Travis CLI version * Remove edge legacy code * Update edge download location in README.md
Update browser-core to v7.43 (#490)
Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
Commits on Feb 3, 2020
Fix 'trust site' on localhost (#491)
* Handle localhost port number when trusting localhost * Upgrade to node 12.11.0 * Use cliqz-url-parser to handle trusting localhost Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
Commits on Feb 13, 2020
GH-1791 / add locale-appropriate formatting to historical stats numbe…
…rs (#498) * Add locale-appropriate formatting to historical stat numbers * small lintfix in Settings/OptIn component
Commits on Feb 14, 2020
GH-1936 & GH-1920 Remove email opt-in from account creation in panel …
…and hub (#495) * Opt-in to emails by default on account creation in panel and hub. Remove checkboxes * Update snapshots * Add function to proptypes * Remove opt into emails entirely * Update styling after removing checkbox; approved by design team * Remove promotion unit tests and scss Co-authored-by: Ethan Gooding <32471984+Eden12345@users.noreply.github.com> Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
Disable Purplebox on Firefox Android (#494)
* Remove purple box on android * Check for firefox too * Remove purple box for existing users * Add comment: Disable purplebox for Firefox Android users Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
Commits on Feb 21, 2020
GH-1947 Plus checkout UTM params (#499)
* Add UTM params to Plus checkout from all locations * Update tests * Remove / from links with utm params * Refactor messaging passing
Commits on Feb 25, 2020
Commits on Mar 3, 2020
GH-1477 Wildcard/Regex Whitelisting (#501)
* Add regex/wildcard listing with unit tests. Add safe-regex and jest-when dependency * Add more tests. Check if a pageHost has valid url or regex characters * Update tests for checking if a regex is safe * Remove regex functionality and update unit tests * Check for truthy instead of not undefined * Remove bad unit test * Fix localhost:3000
Enable whitelisting of Unknown Trackers from Ad Block module (#503)
* enable whitlisting of Unknown ads * GH-1805 Allow whitelisting of Unknown trackers from AdBlocker module * update changelog