Skip to content

Commit

Permalink
[DuckPlayer] Add feature flag and update C.S.S (#983)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1204099484721401/1208271424696738/f
What kind of version bump will this require?: Minor
  • Loading branch information
afterxleep authored Sep 12, 2024
1 parent c68e68a commit b55c174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "b8c858a33cfe665ddfe177df4dbd63d12f6777a6",
"version" : "6.14.1"
"revision" : "9f3717b3913a12956f1386fe7b657f68545fba83",
"version" : "6.15.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.14.1"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.15.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public enum DuckPlayerSubfeature: String, PrivacySubfeature {
case pip
case autoplay
case openInNewTab
case enableDuckPlayer // iOS DuckPlayer rollout feature
}

public enum PhishingDetectionSubfeature: String, PrivacySubfeature {
Expand Down

0 comments on commit b55c174

Please sign in to comment.