-
Notifications
You must be signed in to change notification settings - Fork 11
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
disable password-protected messages if FES is not used #1621
Comments
As mentioned in #1620 (comment) , we will be merging the functionality in bits an pieces and it will only be enabled for senders on flowcrypt.com domain where we know that FES is running. Once it's all done and tested and merged, this will be the last issue to do: remove the flowcrypt.com sender restriction, and instead allow the functionality when the user has FES running, otherwise disable it. On browser extension, during initial setup and when re-fetching client configuration, we store a boolean in local storage, for that user account, to indicate if FES is available. If it is, we never try to get client configuration from flowcrypt.com/api anymore - we always get it from FES going forward. This boolean is also used when deciding if password protected messages are available. |
@tomholub I'd like to clarify one moment. When do we know that we use FES? When do we have a successful response for
Or should I check some value in this response? |
Here #1202 (comment)
|
No description provided.
The text was updated successfully, but these errors were encountered: