-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(solo): don't enforce origin identity; we have access tokens
While checking that the connections to our private parts (such as the privileged CapTP) matched "localhost" and a few others was a stopgap before we had an accessToken (capability), now it is really a pain that impedes (but does not prevent) more general access when a user wants it. I believe it is now safe to remove this origin check, especially since it can trivially be bypassed, it just is a nuisance.
- Loading branch information
1 parent
f193fa2
commit 1afb9f8
Showing
1 changed file
with
14 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters