{"id":29384,"date":"2019-09-29T07:30:04","date_gmt":"2019-09-29T07:30:04","guid":{"rendered":"http:\/\/6837d8d7-8f1d-405a-aafb-dd11a6990cc8"},"modified":"2019-09-29T07:30:04","modified_gmt":"2019-09-29T07:30:04","slug":"pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/","title":{"rendered":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers"},"content":{"rendered":"<p><span class=\"img aspect-set\"><img decoding=\"async\" src=\"https:\/\/zdnet3.cbsistatic.com\/hub\/i\/2019\/09\/28\/39127b53-999d-4f27-ab13-3064769b4593\/d32f0679f75b6cd6f429322f3c097dc8\/pi-hole.png\" class alt=\"Pi-hole\"><\/span><\/p>\n<p>Pi-hole, a popular ad-blocking software, has dropped support for AdBlock-style blocklists &#8212; the types of lists used by browser-based adblockers to stop ads.<\/p>\n<p><a href=\"https:\/\/pi-hole.net\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Pi-hole<\/a> is a type of software that users can install on Linux servers or Raspberry Pi boards. It works by sinkholing traffic based on a list of domain names from advertising, tracking, and analytics services.<\/p>\n<p>It is a so-called network-level ad blocker, working similarly to a firewall, but for ads, and allowing users to block ads for all devices inside a network, rather than inside a browser. The software has been around for years, has become extremely popular, and is installed on more than 12,000 servers across the world.<\/p>\n<h3>Pi-hole drops support for AdBlock-style blocklists<\/h3>\n<p>But in a recent update, Pi-hole creators announced they were dropping support for &#8220;AdBlock-style blocklists,&#8221; named so after AdBlock, the first ad-blocking browser extension.<\/p>\n<p>The syntax and formatting of this extension&#8217;s blocklist has spread and has become an informal standard across fellow browser-based ad-blocker extensions.<\/p>\n<p>Pi-hole creators said they decided to drop this type of ad-blocking blocklist format because it was never meant for Pi-hole systems, and users employing these types of lists were creating &#8220;far too many false positives,&#8221; blocking domains that were never meant to be blocked.<\/p>\n<p>As a result of this recent change, Pi-hole developers said that users &#8220;may notice a reduction in the number of blocked domains&#8221; going forward, something that Pi-hole users won&#8217;t be too happy to hear.<\/p>\n<h3>The two ad-blocking &#8220;worlds&#8221;<\/h3>\n<section class=\"sharethrough-top\" data-component=\"medusaContentRecommendation\" data-medusa-content-recommendation-options=\"{&quot;promo&quot;:&quot;promo_ZD_recommendation_sharethrough_top_in_article_desktop&quot;,&quot;spot&quot;:&quot;dfp-in-article&quot;}\">\n<\/section>\n<p>&#8220;There are basically two different ad blocking worlds,&#8221; Andrey Meshkov, CEO of <a href=\"https:\/\/adguard.com\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">AdGuard<\/a>, a company that makes ad-blocking software, told <em>ZDNet<\/em> this week.<\/p>\n<p>&#8220;First is traditional ad blockers like uBlock Origin, AdGuard, AdBlock Plus. You know them all. We all use the &#8216;AdBlock-style&#8217; filter lists, which are quite complicated and allow specifying different kinds of &#8216;patterns&#8217; and matching criteria.&#8221;<\/p>\n<p>&#8220;Here&#8217;s an example of a simple rule that will match third-party javascript files: <em>||example.org^$third-party,javascript<\/em><\/p>\n<p>&#8220;The second world is &#8216;DNS-level&#8217; or &#8216;hosts-level&#8217; ad blockers,&#8221; Meshkov said. These are very simplistic, practically listing all domains to be blocked, one under the other. These are used by software like <a href=\"https:\/\/pi-hole.net\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Pi-hole<\/a>, <a href=\"https:\/\/github.com\/AdguardTeam\/AdguardHome\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">AdGuard Home<\/a>, <a href=\"https:\/\/adaway.org\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Adaway<\/a>, <a href=\"https:\/\/blokada.org\/index.html\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Blockada<\/a>, <a href=\"https:\/\/github.com\/AdguardTeam\/AdGuardForIOS\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">AdGuard Pro for iOS<\/a>, etc..<\/p>\n<p>&#8220;These DNS-level ad blockers are kinda limited as the only thing they can block or unblock are domain names. They don&#8217;t see the individual HTTP (or any other protocol) requests going through TCP or UDP connections,&#8221; the AdGuard CEO said.<\/p>\n<p>&#8220;The problem is that using this approach isn&#8217;t enough to block some ads,&#8221; Meshkov added. &#8220;For instance, the Facebook ad network loads its mobile ads by sending an HTTPS request to <em>https:\/\/graph.facebook.com\/network_ads<\/em>, and with a DNS-level ad blocker, the best you can do is blocking the whole <em>graph.facebook.com<\/em> domain and breaking all Facebook apps.&#8221;<\/p>\n<h3>AdBlock-style lists are superior<\/h3>\n<p>The AdGuard CEO argues that using classic AdBlock-style blocklists is superior, as this helps block more ads due to these blocklists ability to drill-down network requests and look for the ad code, rather than bluntly blocking an entire domain.<\/p>\n<p>Furthermore, there&#8217;s also the issue of performance.<\/p>\n<p>&#8220;Traditional ad blockers spent quite some time improving their filtering engines, optimizing the memory footprint, and making them fast enough,&#8221; Meshkov told <em>ZDNet<\/em>.<\/p>\n<p>On the other side, using DNS\/host-based blocklists &#8212; like the ones Pi-hole will be using from now on &#8212; have a major disadvantage, which is size.<\/p>\n<p>&#8220;Hosts blocklists are ridiculously huge,&#8221; Meshkov said. &#8220;Energized or DBL have over one million hostnames.<\/p>\n<p>&#8220;This is mostly because there&#8217;s no pattern-matching, and instead of having one rule like this ||doubleclick.net^, there are 24917 doubleclick.net subdomains.&#8221;<\/p>\n<h3>Dropping AdBlock-style blocklists is a &#8220;mistake&#8221;<\/h3>\n<p>&#8220;Most of the AdBlock-style filter lists are not supposed to be used in the DNS-level ad-blocking software [like Pi-hole]. They were created specifically for the traditional ad blockers,&#8221; Meshkov told <em>ZDNet<\/em>.<\/p>\n<p>&#8220;And I think this is why they decided to drop support, they are just tired of people trying to use EasyList or EasyPrivacy in Pi-Hole and then dealing with lots of false positives.<\/p>\n<p>&#8220;However, I think this is a mistake. I actually think that AdBlock-style syntax is superior to hosts blocklists, and instead, they should have urged blocklists maintainers to start using it so that there were more proper blocklists,&#8221; Meshkov added.<\/p>\n<p>&#8220;In an ideal world where everyone uses the same syntax, the filter lists would be compatible, and it would be easier for people to contribute to both hosts blocklists and traditional filter lists.<\/p>\n<p>&#8220;Instead of that, by making this change, Pi-Hole encourages people to continue using the old approach, and increase the blocklists&#8217; size even more,&#8221; the AdGuard CEO added.<\/p>\n<p><a href=\"https:\/\/pi-hole.net\/2019\/09\/21\/pi-hole-4-3-2-release-notes\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" data-component=\"externalLink\">Pi-hole v4.3.2<\/a>, released last weekend, is the first version that dropped classic AdBlock-style blocklists.<\/p>\n<p> READ MORE <a href=\"https:\/\/www.zdnet.com\/article\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#ftag=RSSbaffb68\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The ad-blocking landscape is in line for some standardization, starting with the blocklists&#8217; synthax.<br \/>\nREAD MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":29385,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[62],"tags":[],"class_list":["post-29384","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-zdnet-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-29T07:30:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"430\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Pi-hole drops support for ad blocklists used by browser-based ad-blockers\",\"datePublished\":\"2019-09-29T07:30:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/\"},\"wordCount\":803,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png\",\"articleSection\":[\"ZDNet | Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/\",\"name\":\"Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png\",\"datePublished\":\"2019-09-29T07:30:04+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png\",\"width\":770,\"height\":430},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pi-hole drops support for ad blocklists used by browser-based ad-blockers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/","og_locale":"en_US","og_type":"article","og_title":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2019-09-29T07:30:04+00:00","og_image":[{"width":770,"height":430,"url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png","type":"image\/png"}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers","datePublished":"2019-09-29T07:30:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/"},"wordCount":803,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png","articleSection":["ZDNet | Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/","url":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/","name":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png","datePublished":"2019-09-29T07:30:04+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2019\/09\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers.png","width":770,"height":430},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/pi-hole-drops-support-for-ad-blocklists-used-by-browser-based-ad-blockers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Pi-hole drops support for ad blocklists used by browser-based ad-blockers"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/29384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=29384"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/29384\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/29385"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=29384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=29384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=29384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}