blob: 03423a214bb64eae442e151396fdc9e75bf56456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Firefox Multi Account Containers</h2>
<h3>20-11-2023</h3>
<p>
Firefox Mutli-Account Containers works by isolating your identity into a
separate container that makes it harder to track your visits to other
websites with third-party cookies.
</p>
<p>
For example, you can sign in to your Facebook account inside of a
container, and Facebook will never know who you are whenever you aren’t
inside the container.
</p>
<p>
I use it to contain unsavory web sites like Facebook and Google, Banks and
Shopping sites
</p>
<p>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/"
>multi-account-containers</a
>
</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|