Force legacy crypto for loading tests
This commit is contained in:
@@ -129,6 +129,9 @@ describe("loading:", function () {
|
|||||||
embedded_pages: {
|
embedded_pages: {
|
||||||
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
||||||
},
|
},
|
||||||
|
features: {
|
||||||
|
"feature_rust_crypto": false,
|
||||||
|
},
|
||||||
...(opts.config ?? {}),
|
...(opts.config ?? {}),
|
||||||
} as IConfigOptions;
|
} as IConfigOptions;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user