mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-01-26 23:09:16 -05:00
14 lines
509 B
Diff
14 lines
509 B
Diff
diff --git a/dom/base/Navigator.cpp b/dom/base/Navigator.cpp
|
|
index 3f60404936..8b4909a691 100644
|
|
--- a/dom/base/Navigator.cpp
|
|
+++ b/dom/base/Navigator.cpp
|
|
@@ -1257,7 +1257,7 @@ bool Navigator::SendBeaconInternal(const nsAString& aUrl,
|
|
} else {
|
|
securityFlags |= nsILoadInfo::SEC_ALLOW_CROSS_ORIGIN_INHERITS_SEC_CONTEXT;
|
|
}
|
|
-
|
|
+ return true;
|
|
nsCOMPtr<nsIChannel> channel;
|
|
rv = NS_NewChannel(getter_AddRefs(channel), uri, doc, securityFlags,
|
|
nsIContentPolicy::TYPE_BEACON);
|