dothq/browser-desktop

fix allowInheritPrincipal to default to false.

Closed this issue · 0 comments

Default to true unless explicitly set to false because of bug 1475201.


// TODO fix allowInheritPrincipal to default to false.
// Default to true unless explicitly set to false because of bug 1475201.
allowInheritPrincipal: window.arguments[9] !== false,
csp: window.arguments[10],
forceAboutBlankViewerInCurrent: !!window.arguments[6],
forceAllowDataURI,


This issue was generated by todo-issue based on a TODO comment in 5cd6f48. It's been assigned to @EnderDev because they committed the code.