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

discussion: create containers section #91

Closed
Thorin-Oakenpants opened this issue Apr 27, 2017 · 7 comments
Closed

discussion: create containers section #91

Thorin-Oakenpants opened this issue Apr 27, 2017 · 7 comments

Comments

@Thorin-Oakenpants
Copy link
Contributor

Thorin-Oakenpants commented Apr 27, 2017

  1. Where do we put it, numbers wise?
  2. Items to throw in
/*** 1700: CONTAINERS [SETUP]
     [1] https://support.mozilla.org/kb/containers-experiment
     [2] https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers
     [3] https://github.com/mozilla/testpilot-containers
***/
user_pref("ghacks_user.js.parrot", "1700 syntax error: the parrot rests in peace!");
/* 1701: enable [SETTING] Options>Privacy>Container Tabs (FF50+)
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1279029 ***/
user_pref("privacy.userContext.ui.enabled", true);
/* 1702: enable Container Tabs (FF50+)
 * [SETTING] Options>Privacy>Container Tabs>Enable Container Tabs ***/
user_pref("privacy.userContext.enabled", true);
/* 1703: use a private container for thumbnail loads (FF51+) ***/
user_pref("privacy.usercontext.about_newtab_segregation.enabled", true);
/* 1704: set long press behaviour on "+ Tab" button to display container menu (FF53+)
 * 0=disables long press, 1=when clicked, the menu is shown
 * 2=the menu is shown after X milliseconds
 * [NOTE]: the menu does not contain a non-container tab option
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1328756 ***/
user_pref("privacy.userContext.longPressBehavior", 2);
@crssi
Copy link

crssi commented Apr 27, 2017

Hey, I am using containers where I need to login with different users on the same page.
But I have enabled only privacy.userContext.enabled
I have no clue what does privacy.userContext.ui.enabled
Anyone knows?

@Atavic
Copy link

Atavic commented Apr 27, 2017

2100

Isn't UI elements? I'd say so.

@crssi
Copy link

crssi commented Apr 28, 2017

No. The extension is not required. This extension is only a test bed for future implementation.

@Atavic
Copy link

Atavic commented Apr 28, 2017

@Thorin-Oakenpants Because many people will find a new icon before reading about containers, btw it's a privacy feature:
2600

@earthlng
Copy link
Contributor

The draft in the first comment looks good, but containers are probably not quite ready yet so I would comment the prefs out for now.

@ArchangeGabriel
Copy link

@Thorin-Oakenpants Some features are only in the extension for now (like “Always Open…”). But they will end up landing in Firefox.

@kaliostro2
Copy link

kaliostro2 commented Apr 30, 2017

Is there any possibility of using "always open in this container" without addon?

Addon "Conteiners Experiment" phone home?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants