diff --git a/0192.html b/0192.html new file mode 100644 index 0000000..083e07f --- /dev/null +++ b/0192.html @@ -0,0 +1,104 @@ + + + + Block Facebook Tracking Cookies with Pi-Hole + + + + + + +
+
+
+

Block Facebook Tracking Cookies with Pi-Hole

+
+
+
+
    +
  1. Open a web browser and navigate to https://facebook.com
  2. +
  3. Facebook will load normally
  4. +
  5. Open a new tab and navigate to the Pi-Hole admin interface
  6. +
  7. Click Login in the left navigation menu
  8. +
  9. Login with the administrative password
  10. +
  11. Click Blacklist in the left navigation menu
  12. +
  13. Click the Regex filter tab at the top of the main content area
  14. +
  15. Complete the Regex Filter form as follows: +

    Regular Expression: (facebook|fb|fbcdn|fbsbx|tfbnw)\.(com|net)
    + Comment: Facebook

    +
  16. +
  17. Click the Add to Blacklist button
  18. +
  19. Open a new tab and navigate to https://facebook.com
  20. +
  21. Pi-hole should now be blocking Facebook.com and many of the known domain names used by Facebook tracking cookies
  22. +
  23. Back in the Pi-hole admin interface, click Query Log in the left navigation menu
  24. +
  25. Facebook.com will be showing as Blocked (regex blacklist)
  26. +
+
+
+ + + \ No newline at end of file