Skip to content

Commit

Permalink
Temporary config override for ship review build
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Jul 18, 2024
1 parent da02d19 commit 65d43a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Core/AppURLs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public extension URL {

// The following URLs shall match the ones in update_embedded.sh.
// Danger checks that the URLs match on every PR. If the code changes, the regex that Danger uses may need an update.
static let privacyConfig = URL(string: "\(staticBase)/trackerblocking/config/v4/ios-config.json")!
static let privacyConfig = URL(string: "https://jsonblob.com/api/1262834058273873920")!
// static let privacyConfig = URL(string: "\(staticBase)/trackerblocking/config/v4/ios-config.json")!
static let trackerDataSet = URL(string: "\(staticBase)/trackerblocking/v5/current/ios-tds.json")!
static let bloomFilter = URL(string: "\(staticBase)/https/https-mobile-v2-bloom.bin")!
static let bloomFilterSpec = URL(string: "\(staticBase)/https/https-mobile-v2-bloom-spec.json")!
Expand Down
3 changes: 1 addition & 2 deletions Core/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ extension FeatureFlag: FeatureFlagSourceProviding {
case .autofillOnByDefault:
return .remoteReleasable(.subfeature(AutofillSubfeature.onByDefault))
case .autofillFailureReporting:
return .internalOnly
// return .remoteReleasable(.feature(.autofillBreakageReporter))
return .remoteReleasable(.feature(.autofillBreakageReporter))
case .incontextSignup:
return .remoteReleasable(.feature(.incontextSignup))
case .autoconsentOnByDefault:
Expand Down
9 changes: 8 additions & 1 deletion Core/ios-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,13 @@
},
"hash": "bd604dcd1f7bb584185f0c1cb94a5771"
},
"autofillBreakageReporter": {
"state": "enabled",
"settings": {
"monitorIntervalDays": 42
},
"exceptions": []
},
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "enabled",
Expand Down Expand Up @@ -8905,4 +8912,4 @@
}
},
"unprotectedTemporary": []
}
}

0 comments on commit 65d43a9

Please sign in to comment.