Bug 1632160: Remove GetAllowMixedContentAndConnectionData from nsIDocShell and expose similar functionality on BrowsingContext. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D72901
This commit is contained in:
@@ -82,6 +82,8 @@ void WindowGlobalParent::Init(const WindowGlobalInit& aInit) {
|
||||
// `gWindowContexts`.
|
||||
WindowContext::Init();
|
||||
|
||||
WindowContext::SetAllowMixedContent(aInit.allowMixedContent());
|
||||
|
||||
// Determine which content process the window global is coming from.
|
||||
dom::ContentParentId processId(0);
|
||||
ContentParent* cp = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user