Skip to content

Commit

Permalink
chore: delete tracking domain from privacy manifest (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 authored Apr 3, 2024
1 parent d4a71f3 commit 56446ae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Sources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
Expand Down Expand Up @@ -41,12 +41,5 @@
</array>
</dict>
</array>
<key>NSPrivacyTrackingDomains</key>
<array>
<string>https://api2.amplitude.com/</string>
<string>https://api.eu.amplitude.com/</string>
<string>https://regionconfig.amplitude.com/</string>
<string>https://regionconfig.eu.amplitude.com/</string>
</array>
</dict>
</plist>

0 comments on commit 56446ae

Please sign in to comment.