Bug 1837153: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-06-14 13:37:54 +00:00
parent 6c07d29b47
commit 45fcd7b749

View File

@ -605,7 +605,9 @@ nsresult ServiceWorkerPrivate::Initialize() {
"Service Workers exist outside a Document or Channel; as a property "
"of the domain (and origin attributes). We don't have a "
"CookieJarSettings to perform the nested check, but we can rely on"
"the FPI/dFPI partition key check. The WorkerPrivate's ShouldResistFingerprinting function for the ServiceWorker depends on this boolean and will also consider an explicit RFPTarget.",
"the FPI/dFPI partition key check. The WorkerPrivate's "
"ShouldResistFingerprinting function for the ServiceWorker depends "
"on this boolean and will also consider an explicit RFPTarget.",
RFPTarget::IsAlwaysEnabledForPrecompute),
// Origin trials are associated to a window, so it doesn't make sense on
// service workers.