Skip to content

Commit 6b110a7

Browse files
committed
Use a private container tab for newtab page thumbnails (closes #60)
1 parent e44aada commit 6b110a7

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

profiles/01_default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"indexed_db.json",
3636
"prefetch_next.json",
3737
"speculative_loading.json",
38+
"newtab_page_thumbnails_container.json",
3839
"webgl.json",
3940
"webrtc.json",
4041
"clipboard.json",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"name": "newtab_page_thumbnails_container",
4+
"type": "boolean",
5+
"initial": true,
6+
"label": "Use a private container for new tab page thumbnails",
7+
"help_text": "Load the pages displayed on the new tab page in a private container when creating thumbnails.",
8+
"addons": [],
9+
"config": {
10+
"privacy.usercontext.about_newtab_segregation.enabled": false
11+
}
12+
}
13+
]

0 commit comments

Comments
 (0)