Skip to content

Dynamic filtering: to easily reduce privacy exposure

Raymond Hill edited this page Oct 15, 2015 · 13 revisions

Back to Blocking mode


Ubiquitous sites are those 3rd parties which resources are embedded in countless web pages. Your privacy exposure is sharply increased by such ubiquitous sites.

An obvious example is Facebook: the Facebook widgets to like something are embedded in countless web pages, and as such these widgets serve as excellent tracking devices for Facebook to build a profile of your browsing history. This is also true for other entity such as Twitter, Google, Disqus, etc.


Recommended reading: Internet Companies: Confusing Consumers for Profit (EFF)


uBlock Origin's dynamic filtering can help you foil the ability of ubiquitous servers from building a profile of your browsing habits.

Will use Facebook as an example. Facebook will still have the ability to track your browsing habits when using uBlock Origin with its default settings [see benchmark's raw data for Easy Mode: notice in the list of 3rd parties how facebook.net is ubiquitous].

First, we block Facebook-related hostnames globally, such that network requests to Facebook servers are blocked by default, everywhere:

Block facebook.net everywhere

All suggested global block rules for Facebook:[1]

* facebook.net * block
* facebook.com * block
* fbcdn.net * block

These rules will cause Facebook to be blocked everywhere by default, even when visiting Facebook's own site. This is what foils the ability of Facebook to gather data about your browsing habits.

Blocking Facebook when visiting Facebook is not ideal though, and there is no real benefit for doing so. Thus we will create an exception to the above global rules, but just for when we visit Facebook's own site:

Do not block facebook.com while visiting Facebook

All suggested global noop rules for Facebook.[1]

facebook.com facebook.com * noop
facebook.com facebook.net * noop
facebook.com fbcdn.net * noop

This is just an example, the same can be applied to any of the ubiquitous servers out there. The dynamic filtering pane in uBlock Origin's popup UI will keep you informed about all the 3rd-party servers a web page connects (or tries to), and from there one can simply point-and-click to create global/local block/allow rules to foil the ability of 3rd parties to record your browsing history.

block rules to ubiquitous web sites will easily reduce significantly your privacy exposure.


[1] At time of writing. Ubiquitous servers may eventually change their hostnames or add new ones. As a good habit, regularly investigate which 3rd parties are embedded in the web pages you visit.

Clone this wiki locally