-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use temp unprotected list and user list for all features #993
Merged
Conversation
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
SlayterDev
requested review from
brindy,
samsymons and
THISISDINOSAUR
as code owners
October 29, 2021 13:52
bwaresiak
reviewed
Oct 29, 2021
bwaresiak
reviewed
Nov 3, 2021
bwaresiak
reviewed
Nov 3, 2021
bwaresiak
reviewed
Nov 3, 2021
@SlayterDev Note, that I've merged #984 and it caused some conflicts. |
bwaresiak
approved these changes
Nov 4, 2021
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.
Great work!
samsymons
added a commit
that referenced
this pull request
Nov 27, 2021
* develop: Stop web views from loading during Fire button calls (#1010) Fix `Unprotected Sites` toolbar was kept hidden. (#990) Add a check for the Homebrew location on M1 Macs. (#1000) Bump version number Fixes and enhanced stats for recently added debug pixel (#1007) Fix Core Data deadlocks (#989) Update version number Improvements to cookie cleaning (#1002) Remove unused TrackingProtectionStats dead code (#996) Update version Update version number Update TDS dependency after latest release (#995) Support for Tracker Exceptions (#991) Use temp unprotected list and user list for all features (#993) Run ESLint on scripts (#984) Move to using mutation observing to reduce page overhead (#985) Disabling SafeBrowsing due to privacy implications (#992)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/414709148257752/1200749768481992/f
Tech Design URL:
CC:
Description:
This PR checks the temp unprotected list and user unprotected list for all privacy features.
Steps to test this PR:
Include all headers and all properties of window, navigator and screen objects
checkedscreen.pixelDepth
should be 24screen.pixelDepth
should be 32 (on iPhone 13 sim)ios-config.json
and add this to thehttps
exceptions list:PrivacyConfigurationManager.swift
comment out lines 79-81 to force load the embedded configDevice Testing:
OS Testing:
Internal references:
Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM