Confirmed users
924
edits
| Line 33: | Line 33: | ||
** Using private containers for thumbnail loads (See [https://bugzilla.mozilla.org/show_bug.cgi?id=1310112 Bug#1310112]) | ** Using private containers for thumbnail loads (See [https://bugzilla.mozilla.org/show_bug.cgi?id=1310112 Bug#1310112]) | ||
== Checking Cookies == | == Checking Cookies [Important] == | ||
Because cookies are segregated per container, it's important to check and ensure that cookies are being placed into the correct containers after loading websites. This can be done using the following two methods: | Because cookies are segregated per container, it's important to check and ensure that cookies are being placed into the correct containers after loading websites. This can be done using the following two methods: | ||
| Line 39: | Line 39: | ||
'''First Method''' | '''First Method''' | ||
This is the simplest method which requires you to open about:preferences#privacy and manually | This is the simplest method which requires you to simply open about:preferences#privacy and manually go through each cookie via the "Cookie Manager" and ensure that it's placed into the correct container/context. Example: | ||
Opening [https://www.facebook.com Facebook] in the personal container should place all the cookies in "Personal": | |||
[[File:FB Cookies Example.png|thumbnail]] | |||
== Test Cases == | == Test Cases == | ||