-
Notifications
You must be signed in to change notification settings - Fork 62
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
Enable phishing protection for internal users #2483
base: main
Are you sure you want to change the base?
Conversation
Generated file outputs:Time updated: Fri, 15 Nov 2024 14:41:50 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/ios-config.json--- v3/ios-config.json
+++ v3/ios-config.json
@@ -6208,9 +6208,9 @@
}
]
},
"phishingDetection": {
- "state": "disabled",
+ "state": "internal",
"exceptions": [
{
"domain": "marvel.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1194"
@@ -6230,9 +6230,17 @@
{
"domain": "instructure.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/2212"
}
- ]
+ ],
+ "features": {
+ "allowErrorPage": {
+ "state": "internal"
+ },
+ "allowPreferencesToggle": {
+ "state": "internal"
+ }
+ }
},
"pluginPointFocusedViewPlugin": {
"state": "disabled",
"exceptions": []
latestv4/android-config.json (12 more)
v4/ios-config.json--- v4/ios-config.json
+++ v4/ios-config.json
@@ -5705,9 +5705,9 @@
}
]
},
"phishingDetection": {
- "state": "disabled",
+ "state": "internal",
"exceptions": [
{
"domain": "marvel.com"
},
@@ -5722,9 +5722,17 @@
},
{
"domain": "instructure.com"
}
- ]
+ ],
+ "features": {
+ "allowErrorPage": {
+ "state": "internal"
+ },
+ "allowPreferencesToggle": {
+ "state": "internal"
+ }
+ }
},
"pluginPointFocusedViewPlugin": {
"state": "disabled",
"exceptions": []
|
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.
Changes LGTM
Thanks for the speedy review @quanganhdo ! |
This should have a features/ file describing the feature. (I'll add linting to prevent this happening in future) |
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.
Can you create a features/ file for this change please
I created: #2484 to ensure this doesn't happen in future :) |
Asana Task/Github Issue:
Description
Enable Phishing Detection feature flag for internal users [iOS]
Reference