Skip to content

Commit

Permalink
missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Nov 15, 2024
1 parent c00df80 commit 8d8d2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ public final class DataBrokerProtectionBackgroundManager {
thirdPartyCredentialsProvider: false)

let sessionKey = UUID().uuidString
let messageSecret = UUID().uuidString
let prefs = ContentScopeProperties(gpcEnabled: false,
sessionKey: sessionKey,
messageSecret: messageSecret,
featureToggles: features)

let pixelHandler = DataBrokerProtectionPixelsHandler()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ extension ContentScopeProperties {
ContentScopeProperties(
gpcEnabled: false,
sessionKey: "sessionKey",
messageSecret: "messageSecret",
featureToggles: ContentScopeFeatureToggles.mock
)
}
Expand Down

0 comments on commit 8d8d2c6

Please sign in to comment.