-
Notifications
You must be signed in to change notification settings - Fork 16
Replace old privacy page with new - MacOS #1611
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good from my end but will wait for a macos team member to approve the PR rather.
@KeaganJarvis mentioned we may have a test failing because site might is offline. We'll need to re-run the jobs once everything is up. |
# Conflicts: # DuckDuckGo/ContentBlocker/AppPrivacyConfigurationDataProvider.swift # DuckDuckGo/ContentBlocker/macos-config.json
@@ -3,7 +3,7 @@ | |||
set -eo pipefail | |||
|
|||
TDS_URL="https://staticcdn.duckduckgo.com/trackerblocking/v5/current/macos-tds.json" | |||
CONFIG_URL="https://staticcdn.duckduckgo.com/trackerblocking/config/v2/macos-config.json" | |||
CONFIG_URL="https://staticcdn.duckduckgo.com/trackerblocking/config/v3/macos-config.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it desired?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it was updated in the code, but forgot to get updated here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…-remote-fetching * develop: Encapsulate handling one profile at the Repository level (#1676) Refactor MouseOverView/Button; fix bkm bar hlight glitch (#1667) Replace old privacy page with new - MacOS (#1611) Fix SwiftLint 0.53.0 warnings (#1683) fix crash in address bar selection macOS 12 (#1679) Fix of tab bar gap in Xcode 15 (#1680) Pixel m_mac_user_has_pinned_tab removed (#1675) Upload .xcresult artifacts on PR test failure (#1678) Prevent preferredRunDate from being set in the future (#1670) Fix Microsoft teams links opening in macOS browser (#1669) Bump version to 1.58.0 (61) Update embedded files Add underlying error info to the config fetch error (#1672)
Task/Issue URL:https://app.asana.com/0/72649045549333/1205442219109576/f
Description:
For DNS changes required we need to change our use of privacy-test-pages.glitch.me in integration tests to privacy-test-pages.site
Date is set for end of this week to try and take advantage of QWD, feel free to push it to later next week if necessary.
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation