-
Notifications
You must be signed in to change notification settings - Fork 16
La/disable ctl for catalina #1462
Conversation
|
@tomasstrba How far away is the macOS Catalina removal work? We might be able to supersede this PR with that |
tomasstrba
left a comment
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.
@ladamski, I am getting syntax and type errors in the Console for changes suggested for Catalina. Can you reproduce it?
|
The type error is expected as we're passing in an empty FB config so it doesn't parse gracefully. Since its just a quick fix for Catalina I think that's ok, since the content script just bails (and it shouldn't be happening for non-Catalina users). The syntax error I can't reproduce. I'm actually not sure what
|
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.
Lucas, I investigated the syntax error and found out it was the autoconsent script. We had an issue with it last week which probably still exist in this branch. After merging develop into the branch, the syntax error is no longer there.
LGTM! ✅
# By Diego Rey Mendez (3) and others # Via GitHub * develop: NetP menu no longer opening (#1552) Adjusts the NetP onboarding bg color (#1550) Save/edit always the same profile (#1545) Enable autoconsent tests for cosmetic rules (#1473) Title doubleclick action (#1549) NetP onboarding: changes a color and updates some assets (#1547) La/disable ctl for catalina (#1462) fix tab content disappearance due to wrong pinned tab index selection (#1532) disable flaky test (#1546) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Task/Issue URL: https://app.asana.com/0/1201037661562251/1205194870935032/f
Tech Design URL:
CC:
Description:
Disable CTL for Catalina (and earlier)
Steps to test this PR:
Visit https://privacy-test-pages.glitch.me/privacy-protections/click-to-load/
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation