Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 19f1e5c

Browse files
authored
Add Privacy Config feature to control ad attribution reporting (#1042)
Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/0/1208638248015576/f iOS PR: duckduckgo/iOS#3506 macOS PR: duckduckgo/macos-browser#3478 What kind of version bump will this require?: Minor **Optional**: Tech Design URL: CC: **Description**: Adds feature to control the ad attribution reporting on iOS. **Steps to test this PR**: See duckduckgo/iOS#3506 <!-- Before submitting a PR, please ensure you have tested the combinations you expect the reviewer to test, then delete configurations you *know* do not need explicit testing. Using a simulator where a physical device is unavailable is acceptable. --> **OS Testing**: * [ ] iOS 14 * [ ] iOS 15 * [ ] iOS 16 * [ ] macOS 10.15 * [ ] macOS 11 * [ ] macOS 12 --- ###### Internal references: [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943)
1 parent 45261df commit 19f1e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public enum PrivacyFeature: String {
6363
case networkProtection
6464
case aiChat
6565
case contextualOnboarding
66+
case adAttributionReporting
6667
}
6768

6869
/// An abstraction to be implemented by any "subfeature" of a given `PrivacyConfiguration` feature.

0 commit comments

Comments
 (0)