playwright/packages/playwright-test/types
Sébastien Richert 591e4ea976
feat: Restrain sending http credentials on a specific origin (#20374)
For security purpose, we would like to restrain sending HTTP credentials
to only the specified server. The idea is to give the ability to specify
a origin (scheme://host:port) additionally to current pair
username/password. When an authorization response is received from
servers, the credentials are sent only if the server origin in the
request matches case insensitive the specified origin.
2023-03-27 08:52:00 -07:00
..
component.d.ts fix(ct): solid and react JS as child (#20125) 2023-03-02 13:40:51 -08:00
reporterPrivate.ts chore: ui mode first cut (#21291) 2023-03-01 15:27:23 -08:00
test.d.ts feat: Restrain sending http credentials on a specific origin (#20374) 2023-03-27 08:52:00 -07:00
testReporter.d.ts docs: drop duplicate JS code snippets from test-api (#21466) 2023-03-16 19:01:15 +01:00