With all the CDNs and content been served from several locations for a single web page for example, would it be possible to implement a maintainable whitelist in something like a proxy? Does it makes sense? Or I would break half of the websites?

  • MajorHavoc@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    6 months ago

    If you’re looking for website content to not run without permission, running with JavaScript disabled generally gets the job done. Each site I enable JavaScript for is effectively “white listed” to serve me app like features, beyond static content.

      • moonpiedumplings@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        Noscript. Ublock origin strict/export mode, where you must manually accept connections. Dns filtering. A socks proxy. VPN. Etc, there exist many ways.

        But which of these methods is best depends on what you are trying to do.

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Not enough context. Depending on what you proxy, you can allowlist DNS and IPs. You can use DNS to query domains for alternative delivery sources.