feat(firefox): roll to r1382 (#21156)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
eccf022cea
commit
46d70266db
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1380",
|
||||
"revision": "1382",
|
||||
"installByDefault": true,
|
||||
"browserVersion": "109.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ export module Protocol {
|
|||
credentials: {
|
||||
username: string;
|
||||
password: string;
|
||||
origin?: string;
|
||||
}|null;
|
||||
};
|
||||
export type setHTTPCredentialsReturnValue = void;
|
||||
|
|
@ -842,6 +843,7 @@ export module Protocol {
|
|||
export type HTTPCredentials = {
|
||||
username: string;
|
||||
password: string;
|
||||
origin?: string;
|
||||
};
|
||||
export type SecurityDetails = {
|
||||
protocol: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue