Skip to content

Commit

Permalink
Set partition name to `tor' to avoid collisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
riastradh-brave committed May 24, 2019
1 parent b045725 commit 9dc0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/brave_content_browser_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ void BraveContentBrowserClient::GetStoragePartitionConfigForSite(
if (browser_context->IsTorProfile()) {
if (!site.is_empty()) {
*partition_domain = site.host();
partition_name->clear();
*partition_name = "tor";
}
*in_memory = true;
}
Expand Down

0 comments on commit 9dc0b66

Please sign in to comment.