1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Block Facebook Tracking Cookies with Pi-Hole</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Self-Hosted,Web Based,Web Based Tools,Ad,Ad Blocker,Ad Blocking,Block,DNS Ad Blocking,Free Software,Free Open-Source Software,FOSS,Linux,Network,Network Wide Ad Blocking,Networking,Open Source,Pi Hole,Pi-Hole,PiHole,Block Facebook With Pi-Hole,Block Facebook Tracking Cookies,Facebook DNS Blocking With Pi-Hole,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Block Facebook Tracking Cookies with Pi-Hole">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="05/16/2022 01:42:58 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Block Facebook Tracking Cookies with Pi-Hole</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Open a web browser and navigate to https://facebook.com</li>
- <li>Facebook will load normally</li>
- <li>Open a new tab and navigate to the Pi-Hole admin interface</li>
- <li>Click Login in the left navigation menu</li>
- <li>Login with the administrative password</li>
- <li>Click Blacklist in the left navigation menu</li>
- <li>Click the Regex filter tab at the top of the main content area</li>
- <li>Complete the Regex Filter form as follows:
- <p>Regular Expression: (facebook|fb|fbcdn|fbsbx|tfbnw)\.(com|net)<br />
- Comment: Facebook</p>
- </li>
- <li>Click the Add to Blacklist button</li>
- <li>Open a new tab and navigate to https://facebook.com</li>
- <li>Pi-hole should now be blocking Facebook.com and many of the known domain names used by Facebook tracking cookies</li>
- <li>Back in the Pi-hole admin interface, click Query Log in the left navigation menu</li>
- <li>Facebook.com will be showing as Blocked (regex blacklist)</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|