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
Limit IPC calls to our trusted origin for defense in depth
As noted in the comment: this shouldn't ever matter, but if somehow an
untrusted page does get loaded into the app somehow, this ensures it
can't directly access the IPC APIs (to get the auth token, for example,
or do other weird things that users might trust incorrectly).
0 commit comments