opnsense-ports/devel/electron32/files/patch-electron_spec_api-subframe-spec.ts
Franco Fichtner aca4f92396 */*: sync with upstream
Taken from: FreeBSD
2024-10-21 14:34:57 +02:00

11 lines
538 B
TypeScript

--- electron/spec/api-subframe-spec.ts.orig 2024-10-09 13:53:06 UTC
+++ electron/spec/api-subframe-spec.ts
@@ -218,7 +218,7 @@ describe('renderer nodeIntegrationInSubFrames', () =>
});
// app.getAppMetrics() does not return sandbox information on Linux.
-ifdescribe(process.platform !== 'linux')('cross-site frame sandboxing', () => {
+ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('cross-site frame sandboxing', () => {
let server: http.Server;
let crossSiteUrl: string;
let serverUrl: string;