mozilla / FirefoxColor

Theming demo for Firefox Quantum and beyond
https://color.firefox.com
Mozilla Public License 2.0
452 stars 93 forks source link

Fixes #334: remove firstRun from query string on onboarding dismiss #963

Closed renancleyson-dev closed 3 years ago

renancleyson-dev commented 3 years ago

The cause of the redisplay was the URL parameter firstRun which persists after a refresh. To solve it, when handling the dismiss of Onboarding, it will remove the firstRun parameter from the URL.

Fixes #334