Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Insider News
  4. Google Chrome will limit ad blockers starting June 2024

Google Chrome will limit ad blockers starting June 2024

Scheduled Pinned Locked Moved The Insider News
combusiness
13 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kent Sharkey
    wrote on last edited by
    #1

    Ars Technica[^]:

    The "Manifest V3" rollout is back after letting tensions cool for a year.

    This business decision brought to you by Microsoft Edge

    L 1 Reply Last reply
    0
    • K Kent Sharkey

      Ars Technica[^]:

      The "Manifest V3" rollout is back after letting tensions cool for a year.

      This business decision brought to you by Microsoft Edge

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      That's why a host file is more effective than an ad-blocker. Block the server, not the ad. Also, if you use Chrome, you deserve it :)

      Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      Richard Andrew x64R Richard DeemingR 2 Replies Last reply
      0
      • L Lost User

        That's why a host file is more effective than an ad-blocker. Block the server, not the ad. Also, if you use Chrome, you deserve it :)

        Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

        Richard Andrew x64R Offline
        Richard Andrew x64R Offline
        Richard Andrew x64
        wrote on last edited by
        #3

        Question: does the hosts file support having a couple of million domains in it?

        The difficult we do right away... ...the impossible takes slightly longer.

        L 1 Reply Last reply
        0
        • Richard Andrew x64R Richard Andrew x64

          Question: does the hosts file support having a couple of million domains in it?

          The difficult we do right away... ...the impossible takes slightly longer.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Half a megabyte right now. No adblockers, no virusscanner, no problems. And it works for everything that accesses the internet, as it is not just a browser-plug in. Works for everything accessing the internet as it is on the OS-level, without me having to block stuff on the router. How did you come up with the number? :)

          Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

          Richard Andrew x64R N 2 Replies Last reply
          0
          • L Lost User

            Half a megabyte right now. No adblockers, no virusscanner, no problems. And it works for everything that accesses the internet, as it is not just a browser-plug in. Works for everything accessing the internet as it is on the OS-level, without me having to block stuff on the router. How did you come up with the number? :)

            Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

            Richard Andrew x64R Offline
            Richard Andrew x64R Offline
            Richard Andrew x64
            wrote on last edited by
            #5

            I was just wondering because my custom ad blocker that I've been working on now for two years is currently supporting over 4 million domains to block, and I want to get some idea of what the competition is like. Off hand, I would say that half a megabyte of domains is not anywhere close to 4 million domains, because my ad blocker's SQLite database is over 430 megabytes. True, I'm storing more data per domain than the hosts file, but maybe you could open your hosts file in notepad++ to see how many lines it has.

            The difficult we do right away... ...the impossible takes slightly longer.

            L 1 Reply Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              I was just wondering because my custom ad blocker that I've been working on now for two years is currently supporting over 4 million domains to block, and I want to get some idea of what the competition is like. Off hand, I would say that half a megabyte of domains is not anywhere close to 4 million domains, because my ad blocker's SQLite database is over 430 megabytes. True, I'm storing more data per domain than the hosts file, but maybe you could open your hosts file in notepad++ to see how many lines it has.

              The difficult we do right away... ...the impossible takes slightly longer.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Richard Andrew x64 wrote:

              I was just wondering because my custom ad blocker that I've been working on now for two years is currently supporting over 4 million domains to block, and I want to get some idea of what the competition is like.

              It's not competition and it is not an ad blocker. I'm mostly running the MVPS' host file, with a very few domains merged into it. Hosts files do support wildcards; so it ain't 430 Mb in size, naming every domain. You could do similar but more advanced with a nice regex :) It is a way of blocking like the router does; it does not actually detect or know if something is pushing ads. So, yes, your solution may be better - I just have an app that downloads the MVPS' file and adds a few lines from me to it. I'd prefer something that can actually update the router, so any device using it would be more secure. In another location I'm using a Pi. Good firewall, if not too many users.

              Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

              Richard Andrew x64R 1 Reply Last reply
              0
              • L Lost User

                Richard Andrew x64 wrote:

                I was just wondering because my custom ad blocker that I've been working on now for two years is currently supporting over 4 million domains to block, and I want to get some idea of what the competition is like.

                It's not competition and it is not an ad blocker. I'm mostly running the MVPS' host file, with a very few domains merged into it. Hosts files do support wildcards; so it ain't 430 Mb in size, naming every domain. You could do similar but more advanced with a nice regex :) It is a way of blocking like the router does; it does not actually detect or know if something is pushing ads. So, yes, your solution may be better - I just have an app that downloads the MVPS' file and adds a few lines from me to it. I'd prefer something that can actually update the router, so any device using it would be more secure. In another location I'm using a Pi. Good firewall, if not too many users.

                Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                Richard Andrew x64R Offline
                Richard Andrew x64R Offline
                Richard Andrew x64
                wrote on last edited by
                #7

                I was just wondering if the hosts file can support millions of domains. Thanks for your explanation! :) (I totally understand if you don't know the answer, as I do not either.)

                The difficult we do right away... ...the impossible takes slightly longer.

                L 1 Reply Last reply
                0
                • L Lost User

                  Half a megabyte right now. No adblockers, no virusscanner, no problems. And it works for everything that accesses the internet, as it is not just a browser-plug in. Works for everything accessing the internet as it is on the OS-level, without me having to block stuff on the router. How did you come up with the number? :)

                  Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                  N Offline
                  N Offline
                  Nelek
                  wrote on last edited by
                  #8

                  Was it not in debate to change something in the way traffic is redirected through the nodes that would render the host file blocking useless if it gets implemented and rolled out?

                  M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                  1 Reply Last reply
                  0
                  • L Lost User

                    That's why a host file is more effective than an ad-blocker. Block the server, not the ad. Also, if you use Chrome, you deserve it :)

                    Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                    Richard DeemingR Offline
                    Richard DeemingR Offline
                    Richard Deeming
                    wrote on last edited by
                    #9

                    That's fine, until Chrome starts mandating DNS over HTTPS "for security reasons". That bypasses the hosts file and sends the DNS queries directly to the chosen DOH server. Then, when someone starts offering a DOH server with built-in ad-blocking, Chrome will suddenly mandate that you have to use Google's DOH server "for security reasons". And oh, what a surprise: they'll "accidentally" introduce an annoying delay in responses when looking up any of their competitors. They may not be able to force you to use their advert malvertising search engine, but they can sure as hell make it as difficult as possible to use anything else. What they won't tell you is that the "security" they're interested in isn't your security; it's the "security" of their corrupt business model. :suss:


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                    "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                    P Richard Andrew x64R 2 Replies Last reply
                    0
                    • Richard Andrew x64R Richard Andrew x64

                      I was just wondering if the hosts file can support millions of domains. Thanks for your explanation! :) (I totally understand if you don't know the answer, as I do not either.)

                      The difficult we do right away... ...the impossible takes slightly longer.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #10

                      It doesn't; the machine becomes rather slow if you go above 4 Mb. At least, a few years ago it did and I doubt that it changed.

                      Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                      1 Reply Last reply
                      0
                      • Richard DeemingR Richard Deeming

                        That's fine, until Chrome starts mandating DNS over HTTPS "for security reasons". That bypasses the hosts file and sends the DNS queries directly to the chosen DOH server. Then, when someone starts offering a DOH server with built-in ad-blocking, Chrome will suddenly mandate that you have to use Google's DOH server "for security reasons". And oh, what a surprise: they'll "accidentally" introduce an annoying delay in responses when looking up any of their competitors. They may not be able to force you to use their advert malvertising search engine, but they can sure as hell make it as difficult as possible to use anything else. What they won't tell you is that the "security" they're interested in isn't your security; it's the "security" of their corrupt business model. :suss:


                        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                        P Offline
                        P Offline
                        Peter_in_2780
                        wrote on last edited by
                        #11

                        Time for a DOH Pi-hole.

                        Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

                        L 1 Reply Last reply
                        0
                        • P Peter_in_2780

                          Time for a DOH Pi-hole.

                          Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #12

                          Well, it just works and I love the pricing :thumbsup:

                          Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                          1 Reply Last reply
                          0
                          • Richard DeemingR Richard Deeming

                            That's fine, until Chrome starts mandating DNS over HTTPS "for security reasons". That bypasses the hosts file and sends the DNS queries directly to the chosen DOH server. Then, when someone starts offering a DOH server with built-in ad-blocking, Chrome will suddenly mandate that you have to use Google's DOH server "for security reasons". And oh, what a surprise: they'll "accidentally" introduce an annoying delay in responses when looking up any of their competitors. They may not be able to force you to use their advert malvertising search engine, but they can sure as hell make it as difficult as possible to use anything else. What they won't tell you is that the "security" they're interested in isn't your security; it's the "security" of their corrupt business model. :suss:


                            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                            Richard Andrew x64R Offline
                            Richard Andrew x64R Offline
                            Richard Andrew x64
                            wrote on last edited by
                            #13

                            The DNS over HTTPS can still be hacked with a man-in-the-middle attack as long as Windows can be made to trust any certificate we choose. But Microsoft may soon disallow that, as well.

                            The difficult we do right away... ...the impossible takes slightly longer.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups