-
Notifications
You must be signed in to change notification settings - Fork 873
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed setting default FP always fallback to global FP setting
CONTENT_SETTING_DEFAULT means deleting the current content setting. With DEFAULT, it always use global FP setting. But we want DEFAULT as a standard FP blocking instead of fallback to global settings As a workaround, use CONTENT_SETTING_ASK. With CONTENT_SETTING_ASK, we can store persistently. And deleted obsolete first/third party scope FP testing.
- Loading branch information
Showing
2 changed files
with
28 additions
and
84 deletions.
There are no files selected for viewing
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
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