summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/E10SUtils.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/E10SUtils.sys.mjs')
-rw-r--r--toolkit/modules/E10SUtils.sys.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/modules/E10SUtils.sys.mjs b/toolkit/modules/E10SUtils.sys.mjs
index 34da17fc50..c91bb2a80d 100644
--- a/toolkit/modules/E10SUtils.sys.mjs
+++ b/toolkit/modules/E10SUtils.sys.mjs
@@ -133,6 +133,7 @@ function validatedWebRemoteType(
) {
// To load into the Privileged Mozilla Content Process you must be https,
// and be an exact match or a subdomain of an allowlisted domain.
+ // This code is duplicated in ProcessIolation.cpp, please update both.
if (
lazy.separatePrivilegedMozillaWebContentProcess &&
aTargetUri.asciiHost &&