Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1811294: Roll out Pref Sanitization r=smaug
1. Ship the Sanitization (currently on in Nightly but without crashing) to the trains 2. Enabling crashing in Nightly #1 will start omitting the preference values in Content Processes. An affected user will have their browser behave differently - it will be as if the preference has no value. So for e.g. the font preferences, their font customizations will be gone. If they file a bug about this happening and an engineer connects the problem to pref sanitization we could debug the issue and maybe understand it. #2 will mean that an affected user (of which there are currently none we think) will have a content process crash when they access a forbidden preference. The crash reason will contain the name of the preference, and the stack which would help us better understand why we crashed. Differential Revision: https://phabricator.services.mozilla.com/D167287
- Loading branch information