Skip to content

Commit

Permalink
Disable ad attribution reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Jun 19, 2024
1 parent d1db87d commit 8c4f9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AdAttribution/AdAttributionPixelReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protocol PixelFiring {

final class AdAttributionPixelReporter {

static let isAdAttributionReportingEnabled = true
static let isAdAttributionReportingEnabled = false

static var shared = AdAttributionPixelReporter()

Expand Down

0 comments on commit 8c4f9f8

Please sign in to comment.