Skip to content

Commit

Permalink
For third party requests differentiate if they are affiliated with fi…
Browse files Browse the repository at this point in the history
…rst party (#3386)

Task/Issue URL:
https://app.asana.com/0/414709148257752/1208376794617030/f

**Description**:
Fixed in BSK. 
When loading a website and some of the allowed third party requests may
not be recognized as trackers but by their URL they may belong to the
same entity as the website. For that cases we should mark their state as
`.allowed(reason: .ownedByFirstParty)` (instead of `.allowed(reason:
.otherThirdPartyRequest)`).
  • Loading branch information
miasma13 authored Sep 27, 2024
1 parent e17d889 commit ccdb203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10935,7 +10935,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 198.1.1;
version = 198.2.0;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "5b59c2790a7f7c69bf1f6793152bdb4ea344b1b4",
"version" : "198.1.1"
"revision" : "20469bbeeff33fcd18e78f672a544ee82b4a741c",
"version" : "198.2.0"
}
},
{
Expand Down

0 comments on commit ccdb203

Please sign in to comment.