Skip to content
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
merged 11 commits into from
Nov 4, 2021

Conversation

SlayterDev
Copy link
Contributor

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:

  1. Visit https://privacy-test-pages.glitch.me/privacy-protections/fingerprinting/
  2. Run the test Include all headers and all properties of window, navigator and screen objects checked
  3. screen.pixelDepth should be 24
  4. Turn off protections
  5. Reload and run tests again
  6. screen.pixelDepth should be 32 (on iPhone 13 sim)
  7. Edit ios-config.json and add this to the https exceptions list:
                {
                    "domain": "good.third-party.site",
                    "reason": "sitebreakage"
                }
  1. In PrivacyConfigurationManager.swift comment out lines 79-81 to force load the embedded config
  2. Visit http://privacy-test-pages.glitch.me/privacy-protections/https-upgrades/
  3. Run the test. Upgrade navigation should show an http url. NOT https.

Device Testing:

  • iPhone SE (1st Gen)
  • iPhone 8
  • iPhone X
  • iPad

OS Testing:

  • iOS 13
  • iOS 14
  • iOS 15

Internal references:

Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM

@SlayterDev SlayterDev requested a review from bwaresiak October 29, 2021 16:12
@bwaresiak
Copy link
Collaborator

@SlayterDev Note, that I've merged #984 and it caused some conflicts.

Copy link
Collaborator

@bwaresiak bwaresiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@SlayterDev SlayterDev merged commit b5b9bbd into develop Nov 4, 2021
@SlayterDev SlayterDev deleted the brad/config-fixes branch November 4, 2021 15:07
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants