You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two-step banner was designed in mind that the web extension strategy would be used. However, the HTTP strategy can be used by setting connectMethod: 'http'. In this case, the UI should not show "Install Extension" since it is not actually required. We used to have the "blue" banner to handle the HTTP strategy, but we've since removed it from the SDK.
We should update the UI to handle the HTTP strategy properly. This will become more important if/when we make the HTTP strategy the default again and mitigate the need for a web extension since mainstream browsers (mainly Chrome/Firefox) now treat HTTP requests to 127.0.0.1 as secure.
The text was updated successfully, but these errors were encountered:
The two-step banner was designed in mind that the web extension strategy would be used. However, the HTTP strategy can be used by setting
connectMethod: 'http'
. In this case, the UI should not show "Install Extension" since it is not actually required. We used to have the "blue" banner to handle the HTTP strategy, but we've since removed it from the SDK.We should update the UI to handle the HTTP strategy properly. This will become more important if/when we make the HTTP strategy the default again and mitigate the need for a web extension since mainstream browsers (mainly Chrome/Firefox) now treat HTTP requests to 127.0.0.1 as secure.
The text was updated successfully, but these errors were encountered: