-
Notifications
You must be signed in to change notification settings - Fork 426
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
Malicious site protection App settings #3734
base: alessandro/malicious-site-protection-navigation-detection-integration
Are you sure you want to change the base?
Malicious site protection App settings #3734
Conversation
|
ed4e32b
to
b5fe830
Compare
9cbec1b
to
74e9353
Compare
This PR has been inactive for more than 7 days and will be automatically closed 7 days from now. |
This PR has been closed after 14 days of inactivity. Feel free to reopen it if you plan to continue working on it or have further discussions. |
b5fe830
to
29703ba
Compare
74e9353
to
d5e233d
Compare
29703ba
to
5d49dfb
Compare
d5e233d
to
fae19a7
Compare
966f6cc
to
4d87dab
Compare
fae19a7
to
5be55a9
Compare
Task/Issue URL: https://app.asana.com/0/72649045549333/1207944134334660/f
Tech Design URL: https://app.asana.com/0/72649045549333/1207273224076495/f
CC: @not-a-rootkit
Description:
Adds the Malicious Site Protection Settings in the General App Settings.
Steps to test this PR:
Prerequisites: Ensure that
MaliciousSiteProtectionFeatureFlags.swift
->isMaliciousSiteProtectionEnabled
andshouldDetectMaliciousThreat(forDomain domain: String?)
returntrue
.Scenario 1 - Malicious Site Protection section should not show in settings
MaliciousSiteProtectionFeatureFlags.swift
->isMaliciousSiteProtectionEnabled
returnsfalse
Scenario 2 - Malicious Site Protection section shows in settings
MaliciousSiteProtectionFeatureFlags.swift
->isMaliciousSiteProtectionEnabled
returnstrue
Scenario 3 - Disabling Malicious Site Protection does not show special error pages
MaliciousSiteProtectionFeatureFlags.swift
->isMaliciousSiteProtectionEnabled
andshouldDetectMaliciousThreat(forDomain domain: String?)
returntrue
.Scenario 4 - Enabling Malicious Site Protection shows special error pages
MaliciousSiteProtectionFeatureFlags.swift
->isMaliciousSiteProtectionEnabled
andshouldDetectMaliciousThreat(forDomain domain: String?)
returntrue
.Scenario 5 - Malicious Site Protection preference is remembered across app launches
Scenario 6 - Malicious Site Protection Learn More opens a tab
Scenario 7 - Disabling Malicious Site Protection shows a warning message to the user
Definition of Done (Internal Only):
Copy Testing:
’
rather than'
Orientation Testing:
Device Testing:
OS Testing:
Theme Testing:
Internal references:
Software Engineering Expectations
Technical Design Template