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",
|
"name": "firefox",
|
||||||
"revision": "1380",
|
"revision": "1382",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"browserVersion": "109.0"
|
"browserVersion": "109.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ export module Protocol {
|
||||||
credentials: {
|
credentials: {
|
||||||
username: string;
|
username: string;
|
||||||
password: string;
|
password: string;
|
||||||
|
origin?: string;
|
||||||
}|null;
|
}|null;
|
||||||
};
|
};
|
||||||
export type setHTTPCredentialsReturnValue = void;
|
export type setHTTPCredentialsReturnValue = void;
|
||||||
|
|
@ -842,6 +843,7 @@ export module Protocol {
|
||||||
export type HTTPCredentials = {
|
export type HTTPCredentials = {
|
||||||
username: string;
|
username: string;
|
||||||
password: string;
|
password: string;
|
||||||
|
origin?: string;
|
||||||
};
|
};
|
||||||
export type SecurityDetails = {
|
export type SecurityDetails = {
|
||||||
protocol: string;
|
protocol: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue