Skip to content

Commit

Permalink
Restore attribution flag (#3197)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1206226850447395/1207995359277342/f
Tech Design URL:
CC:

Description:

This PR re-enabled the attribution flag, see Asana task for details.
  • Loading branch information
samsymons committed Aug 9, 2024
1 parent 65fd1fc commit 85d4f62
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 @@ -22,7 +22,7 @@ import Core

final actor AdAttributionPixelReporter {

static let isAdAttributionReportingEnabled = false
static let isAdAttributionReportingEnabled = true

static var shared = AdAttributionPixelReporter()

Expand Down

0 comments on commit 85d4f62

Please sign in to comment.