Code Monkey home page Code Monkey logo

Comments (3)

amoffat avatar amoffat commented on July 19, 2024

Hi Nicolae,

I verified that both http://facebook.com and https://facebook.com is blocked with the default rules included with focus. An HTTP/HTTPS request happens completely separate from a DNS lookup. The order of events is something like this:

  1. You type in https://facebook.com
  2. The browser realizes it needs to resolve the ip for "facebook.com"
  3. The browser gets the ip for "facebook.com" (notice, neither http nor https is a part of this step)
  4. The browser makes an https request to the ip it resolved

What may be happening in your situation is your browser may have cached the ip of the website before you added the blocking rule. If you give the browser a few minutes to flush out that old ip, you'll probably see the desired behavior.

To help more though, could you also tell me the site you wish to see blocked and paste your firewall rules?

from focus.

nvartolomei avatar nvartolomei commented on July 19, 2024

The strange thing was http://facebook.com/ was blocked and https://facebook.com/ not.

Cleared internal dns cache in Chrome there: chrome://net-internals/#dns and now works as expected.

Thanks for detailed answer and for focus ^_^

from focus.

amoffat avatar amoffat commented on July 19, 2024

No problem! Take care Nicolae

from focus.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.