As an example, I could configure ABE to block facebook.com and then if I navigate to another website (e.g., www.cnet.com) that normally makes a request for data from facebook.com, this request will be blocked by ABE and facebook.com will never receive that request and will never know to send any data to my computer. Do I understand this correctly?
Is this rule doing what I describe above?
Code: Select all
Site facebook.com *.facebook.com
Deny INCLUSION
Deny INCLUSION = says to deny all connections to facebook.com and *.facebook.com unless facebook.com is the top-level domain (e.g., which would be the case if I have purposely typed facebook.com into Firefox's URL address bar). Am I understanding this accurately?