Skip to content

Return a path in requests for CDP proxy #987

@connor4312

Description

@connor4312

Instead of returning { host: '127.0.0.1', port: 1337 }, we will return { host: '127.0.0.1', port: 1337, path: '/somepathhere' }.

Adding a path here:

  • Would let us run multiple proxies through the same server
  • Adds security to prevent random processes on the machine from being able to elevate into the browser context
  • Could allow us to selectively share the a secure path with extensions if we develop an extension trust model

Metadata

Metadata

Assignees

Labels

debtCode quality issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions