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

Blacklist properties we expect to remove #614

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Conversation

erights
Copy link
Contributor

@erights erights commented Mar 16, 2021

Entering these properties into whitelist.js with a false setting, like omitting them, causes them to be removed. But listing them explicitly records that we're not surprised by seeing them, so lockdown removes them silently. If we see a property that does not appear on the whitelist at all, lockdown logs a record of that so we can react to the surprise. #612 nicely demonstrates how useful that feedback is.

This PR is a result of testing https://ses-demo.netlify.app/demos/console/ on a variety of browsers, plus recording what we already know about XS. Because I am on a Mac, I have not tested Edge. If someone could and post the console output, that would be appreciated.

@erights erights requested review from kriskowal and dckc March 16, 2021 03:30
@erights erights self-assigned this Mar 16, 2021
@erights erights merged commit 992f35f into master Mar 16, 2021
@erights erights deleted the markm-expected-removals branch March 16, 2021 03:36
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.

2 participants