-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FXIOS-10594 - Add attachments support to RS and pull `tracking-pr…
…otection-lists-ios` (#23199) * chore: change config to account for attachments * chore: update remote settings script to pull in attachments * chore: commit all changes in RemoteSettingsData * fix: move changed files from tmp dir * fix: adjust path for attachments * chore: manually run script * chore: update swift schema and fix failing tests * fix: linting issue Co-authored-by: Nishant Bhasin <[email protected]> * fix: linting issue Co-authored-by: Nishant Bhasin <[email protected]> * fix: linting issue Co-authored-by: Nishant Bhasin <[email protected]> * fix: another linting issue * fix: do not format json files --------- Co-authored-by: Nishant Bhasin <[email protected]>
- Loading branch information
Showing
15 changed files
with
6,507 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 11 additions & 3 deletions
14
firefox-ios/Client/Assets/RemoteSettingsData/RemoteSettingsFetchConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
{ | ||
"rules": [ | ||
"collections": [ | ||
{ | ||
"name": "Password Rules", | ||
"url": "https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/password-rules/records", | ||
"url": "https://firefox.settings.services.mozilla.com/v1", | ||
"file": "./firefox-ios/Client/Assets/RemoteSettingsData/RemotePasswordRules.json", | ||
"bucket_id": "main", | ||
"collections_id": "password-rules" | ||
"collection_id": "password-rules" | ||
}, | ||
{ | ||
"name": "Tracking Protection Lists", | ||
"url": "https://remote-settings-dev.allizom.org/v1", | ||
"bucket_id": "main-preview", | ||
"collection_id": "tracking-protection-lists-ios", | ||
"fetch_attachments": true, | ||
"save_records": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.