Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Block filesystem access when cookies are blocked #42

Merged
merged 1 commit into from
Aug 22, 2016

Conversation

diracdeltas
Copy link
Member

content_settings_manager_->GetSetting(
GetOriginOrURL(frame),
secondary_url,
"cookies",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really want this to always be tied to cookies in electron or just tie the two settings together in browser-laptop? Seems like the latter would give us more flexibility

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't have a strong preference, but database and localstorage are tied to cookies, so this seems like it should be consistent with those

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, didn't think this was as closely related because Chrome handles it separately, but that's fine if it always makes sense together

@bbondy
Copy link
Member

bbondy commented Aug 22, 2016

++

@bbondy bbondy merged commit da9b697 into master Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants