Skip to content
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

PM-3331 - TDE - Firefox - Browser extension - fix access denied error… #5984

Commits on Aug 8, 2023

  1. PM-3331 - TDE - Firefox - Browser extension - fix access denied error…

    … on popup load which was caused by the canAccessFeature guard failing to lookup the TDE feature flag as the server config was returning null even after a successful server call as only returned the value if the user was unauthenticated for some reason
    JaredSnider-Bitwarden committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9c2e53f View commit details
    Browse the repository at this point in the history
  2. PM-3331 - After discussion with Andre, further refactor ConfigService…

    … logic to always return the latest information from the server so that requests for feature flag data will always get the most up to date information.
    JaredSnider-Bitwarden committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    926438b View commit details
    Browse the repository at this point in the history