├── LICENSE ├── Makefile ├── README.md ├── locale.json ├── official-allow_embedded.json ├── official-allow_extensions.json ├── official-allow_functionality.json ├── official-allow_mozilla.json ├── official-allow_sameorg.json ├── official-deny_trackers.json └── official.json /LICENSE: -------------------------------------------------------------------------------- 1 | This file contains the license for the RequestPolicy subscriptions. 2 | 3 | If you got this file as a part of a larger bundle, 4 | there may be other license terms that you should be aware of. 5 | 6 | =============================================================================== 7 | The RequestPolicy subscriptions are distributed under this license: 8 | 9 | This program is free software: you can redistribute it and/or modify 10 | it under the terms of the GNU General Public License as published by 11 | the Free Software Foundation, either version 3 of the License, or 12 | (at your option) any later version. 13 | 14 | This program is distributed in the hope that it will be useful, 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | GNU General Public License for more details. 18 | 19 | You should have received a copy of the GNU General Public License 20 | along with this program. If not, see . 21 | 22 | Alternatively, you can redistribute it and/or modify 23 | it under the terms of the Creative Commons Attribution-ShareAlike 4.0 24 | International License (http://creativecommons.org/licenses/by-sa/4.0/). 25 | 26 | =============================================================================== 27 | 28 | GNU GENERAL PUBLIC LICENSE 29 | Version 3, 29 June 2007 30 | 31 | Copyright (C) 2007 Free Software Foundation, Inc. 32 | Everyone is permitted to copy and distribute verbatim copies 33 | of this license document, but changing it is not allowed. 34 | 35 | Preamble 36 | 37 | The GNU General Public License is a free, copyleft license for 38 | software and other kinds of works. 39 | 40 | The licenses for most software and other practical works are designed 41 | to take away your freedom to share and change the works. By contrast, 42 | the GNU General Public License is intended to guarantee your freedom to 43 | share and change all versions of a program--to make sure it remains free 44 | software for all its users. We, the Free Software Foundation, use the 45 | GNU General Public License for most of our software; it applies also to 46 | any other work released this way by its authors. You can apply it to 47 | your programs, too. 48 | 49 | When we speak of free software, we are referring to freedom, not 50 | price. Our General Public Licenses are designed to make sure that you 51 | have the freedom to distribute copies of free software (and charge for 52 | them if you wish), that you receive source code or can get it if you 53 | want it, that you can change the software or use pieces of it in new 54 | free programs, and that you know you can do these things. 55 | 56 | To protect your rights, we need to prevent others from denying you 57 | these rights or asking you to surrender the rights. Therefore, you have 58 | certain responsibilities if you distribute copies of the software, or if 59 | you modify it: responsibilities to respect the freedom of others. 60 | 61 | For example, if you distribute copies of such a program, whether 62 | gratis or for a fee, you must pass on to the recipients the same 63 | freedoms that you received. You must make sure that they, too, receive 64 | or can get the source code. And you must show them these terms so they 65 | know their rights. 66 | 67 | Developers that use the GNU GPL protect your rights with two steps: 68 | (1) assert copyright on the software, and (2) offer you this License 69 | giving you legal permission to copy, distribute and/or modify it. 70 | 71 | For the developers' and authors' protection, the GPL clearly explains 72 | that there is no warranty for this free software. For both users' and 73 | authors' sake, the GPL requires that modified versions be marked as 74 | changed, so that their problems will not be attributed erroneously to 75 | authors of previous versions. 76 | 77 | Some devices are designed to deny users access to install or run 78 | modified versions of the software inside them, although the manufacturer 79 | can do so. This is fundamentally incompatible with the aim of 80 | protecting users' freedom to change the software. The systematic 81 | pattern of such abuse occurs in the area of products for individuals to 82 | use, which is precisely where it is most unacceptable. Therefore, we 83 | have designed this version of the GPL to prohibit the practice for those 84 | products. If such problems arise substantially in other domains, we 85 | stand ready to extend this provision to those domains in future versions 86 | of the GPL, as needed to protect the freedom of users. 87 | 88 | Finally, every program is threatened constantly by software patents. 89 | States should not allow patents to restrict development and use of 90 | software on general-purpose computers, but in those that do, we wish to 91 | avoid the special danger that patents applied to a free program could 92 | make it effectively proprietary. To prevent this, the GPL assures that 93 | patents cannot be used to render the program non-free. 94 | 95 | The precise terms and conditions for copying, distribution and 96 | modification follow. 97 | 98 | TERMS AND CONDITIONS 99 | 100 | 0. Definitions. 101 | 102 | "This License" refers to version 3 of the GNU General Public License. 103 | 104 | "Copyright" also means copyright-like laws that apply to other kinds of 105 | works, such as semiconductor masks. 106 | 107 | "The Program" refers to any copyrightable work licensed under this 108 | License. Each licensee is addressed as "you". "Licensees" and 109 | "recipients" may be individuals or organizations. 110 | 111 | To "modify" a work means to copy from or adapt all or part of the work 112 | in a fashion requiring copyright permission, other than the making of an 113 | exact copy. The resulting work is called a "modified version" of the 114 | earlier work or a work "based on" the earlier work. 115 | 116 | A "covered work" means either the unmodified Program or a work based 117 | on the Program. 118 | 119 | To "propagate" a work means to do anything with it that, without 120 | permission, would make you directly or secondarily liable for 121 | infringement under applicable copyright law, except executing it on a 122 | computer or modifying a private copy. Propagation includes copying, 123 | distribution (with or without modification), making available to the 124 | public, and in some countries other activities as well. 125 | 126 | To "convey" a work means any kind of propagation that enables other 127 | parties to make or receive copies. Mere interaction with a user through 128 | a computer network, with no transfer of a copy, is not conveying. 129 | 130 | An interactive user interface displays "Appropriate Legal Notices" 131 | to the extent that it includes a convenient and prominently visible 132 | feature that (1) displays an appropriate copyright notice, and (2) 133 | tells the user that there is no warranty for the work (except to the 134 | extent that warranties are provided), that licensees may convey the 135 | work under this License, and how to view a copy of this License. If 136 | the interface presents a list of user commands or options, such as a 137 | menu, a prominent item in the list meets this criterion. 138 | 139 | 1. Source Code. 140 | 141 | The "source code" for a work means the preferred form of the work 142 | for making modifications to it. "Object code" means any non-source 143 | form of a work. 144 | 145 | A "Standard Interface" means an interface that either is an official 146 | standard defined by a recognized standards body, or, in the case of 147 | interfaces specified for a particular programming language, one that 148 | is widely used among developers working in that language. 149 | 150 | The "System Libraries" of an executable work include anything, other 151 | than the work as a whole, that (a) is included in the normal form of 152 | packaging a Major Component, but which is not part of that Major 153 | Component, and (b) serves only to enable use of the work with that 154 | Major Component, or to implement a Standard Interface for which an 155 | implementation is available to the public in source code form. A 156 | "Major Component", in this context, means a major essential component 157 | (kernel, window system, and so on) of the specific operating system 158 | (if any) on which the executable work runs, or a compiler used to 159 | produce the work, or an object code interpreter used to run it. 160 | 161 | The "Corresponding Source" for a work in object code form means all 162 | the source code needed to generate, install, and (for an executable 163 | work) run the object code and to modify the work, including scripts to 164 | control those activities. However, it does not include the work's 165 | System Libraries, or general-purpose tools or generally available free 166 | programs which are used unmodified in performing those activities but 167 | which are not part of the work. For example, Corresponding Source 168 | includes interface definition files associated with source files for 169 | the work, and the source code for shared libraries and dynamically 170 | linked subprograms that the work is specifically designed to require, 171 | such as by intimate data communication or control flow between those 172 | subprograms and other parts of the work. 173 | 174 | The Corresponding Source need not include anything that users 175 | can regenerate automatically from other parts of the Corresponding 176 | Source. 177 | 178 | The Corresponding Source for a work in source code form is that 179 | same work. 180 | 181 | 2. Basic Permissions. 182 | 183 | All rights granted under this License are granted for the term of 184 | copyright on the Program, and are irrevocable provided the stated 185 | conditions are met. This License explicitly affirms your unlimited 186 | permission to run the unmodified Program. The output from running a 187 | covered work is covered by this License only if the output, given its 188 | content, constitutes a covered work. This License acknowledges your 189 | rights of fair use or other equivalent, as provided by copyright law. 190 | 191 | You may make, run and propagate covered works that you do not 192 | convey, without conditions so long as your license otherwise remains 193 | in force. You may convey covered works to others for the sole purpose 194 | of having them make modifications exclusively for you, or provide you 195 | with facilities for running those works, provided that you comply with 196 | the terms of this License in conveying all material for which you do 197 | not control copyright. Those thus making or running the covered works 198 | for you must do so exclusively on your behalf, under your direction 199 | and control, on terms that prohibit them from making any copies of 200 | your copyrighted material outside their relationship with you. 201 | 202 | Conveying under any other circumstances is permitted solely under 203 | the conditions stated below. Sublicensing is not allowed; section 10 204 | makes it unnecessary. 205 | 206 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 207 | 208 | No covered work shall be deemed part of an effective technological 209 | measure under any applicable law fulfilling obligations under article 210 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 211 | similar laws prohibiting or restricting circumvention of such 212 | measures. 213 | 214 | When you convey a covered work, you waive any legal power to forbid 215 | circumvention of technological measures to the extent such circumvention 216 | is effected by exercising rights under this License with respect to 217 | the covered work, and you disclaim any intention to limit operation or 218 | modification of the work as a means of enforcing, against the work's 219 | users, your or third parties' legal rights to forbid circumvention of 220 | technological measures. 221 | 222 | 4. Conveying Verbatim Copies. 223 | 224 | You may convey verbatim copies of the Program's source code as you 225 | receive it, in any medium, provided that you conspicuously and 226 | appropriately publish on each copy an appropriate copyright notice; 227 | keep intact all notices stating that this License and any 228 | non-permissive terms added in accord with section 7 apply to the code; 229 | keep intact all notices of the absence of any warranty; and give all 230 | recipients a copy of this License along with the Program. 231 | 232 | You may charge any price or no price for each copy that you convey, 233 | and you may offer support or warranty protection for a fee. 234 | 235 | 5. Conveying Modified Source Versions. 236 | 237 | You may convey a work based on the Program, or the modifications to 238 | produce it from the Program, in the form of source code under the 239 | terms of section 4, provided that you also meet all of these conditions: 240 | 241 | a) The work must carry prominent notices stating that you modified 242 | it, and giving a relevant date. 243 | 244 | b) The work must carry prominent notices stating that it is 245 | released under this License and any conditions added under section 246 | 7. This requirement modifies the requirement in section 4 to 247 | "keep intact all notices". 248 | 249 | c) You must license the entire work, as a whole, under this 250 | License to anyone who comes into possession of a copy. This 251 | License will therefore apply, along with any applicable section 7 252 | additional terms, to the whole of the work, and all its parts, 253 | regardless of how they are packaged. This License gives no 254 | permission to license the work in any other way, but it does not 255 | invalidate such permission if you have separately received it. 256 | 257 | d) If the work has interactive user interfaces, each must display 258 | Appropriate Legal Notices; however, if the Program has interactive 259 | interfaces that do not display Appropriate Legal Notices, your 260 | work need not make them do so. 261 | 262 | A compilation of a covered work with other separate and independent 263 | works, which are not by their nature extensions of the covered work, 264 | and which are not combined with it such as to form a larger program, 265 | in or on a volume of a storage or distribution medium, is called an 266 | "aggregate" if the compilation and its resulting copyright are not 267 | used to limit the access or legal rights of the compilation's users 268 | beyond what the individual works permit. Inclusion of a covered work 269 | in an aggregate does not cause this License to apply to the other 270 | parts of the aggregate. 271 | 272 | 6. Conveying Non-Source Forms. 273 | 274 | You may convey a covered work in object code form under the terms 275 | of sections 4 and 5, provided that you also convey the 276 | machine-readable Corresponding Source under the terms of this License, 277 | in one of these ways: 278 | 279 | a) Convey the object code in, or embodied in, a physical product 280 | (including a physical distribution medium), accompanied by the 281 | Corresponding Source fixed on a durable physical medium 282 | customarily used for software interchange. 283 | 284 | b) Convey the object code in, or embodied in, a physical product 285 | (including a physical distribution medium), accompanied by a 286 | written offer, valid for at least three years and valid for as 287 | long as you offer spare parts or customer support for that product 288 | model, to give anyone who possesses the object code either (1) a 289 | copy of the Corresponding Source for all the software in the 290 | product that is covered by this License, on a durable physical 291 | medium customarily used for software interchange, for a price no 292 | more than your reasonable cost of physically performing this 293 | conveying of source, or (2) access to copy the 294 | Corresponding Source from a network server at no charge. 295 | 296 | c) Convey individual copies of the object code with a copy of the 297 | written offer to provide the Corresponding Source. This 298 | alternative is allowed only occasionally and noncommercially, and 299 | only if you received the object code with such an offer, in accord 300 | with subsection 6b. 301 | 302 | d) Convey the object code by offering access from a designated 303 | place (gratis or for a charge), and offer equivalent access to the 304 | Corresponding Source in the same way through the same place at no 305 | further charge. You need not require recipients to copy the 306 | Corresponding Source along with the object code. If the place to 307 | copy the object code is a network server, the Corresponding Source 308 | may be on a different server (operated by you or a third party) 309 | that supports equivalent copying facilities, provided you maintain 310 | clear directions next to the object code saying where to find the 311 | Corresponding Source. Regardless of what server hosts the 312 | Corresponding Source, you remain obligated to ensure that it is 313 | available for as long as needed to satisfy these requirements. 314 | 315 | e) Convey the object code using peer-to-peer transmission, provided 316 | you inform other peers where the object code and Corresponding 317 | Source of the work are being offered to the general public at no 318 | charge under subsection 6d. 319 | 320 | A separable portion of the object code, whose source code is excluded 321 | from the Corresponding Source as a System Library, need not be 322 | included in conveying the object code work. 323 | 324 | A "User Product" is either (1) a "consumer product", which means any 325 | tangible personal property which is normally used for personal, family, 326 | or household purposes, or (2) anything designed or sold for incorporation 327 | into a dwelling. In determining whether a product is a consumer product, 328 | doubtful cases shall be resolved in favor of coverage. For a particular 329 | product received by a particular user, "normally used" refers to a 330 | typical or common use of that class of product, regardless of the status 331 | of the particular user or of the way in which the particular user 332 | actually uses, or expects or is expected to use, the product. A product 333 | is a consumer product regardless of whether the product has substantial 334 | commercial, industrial or non-consumer uses, unless such uses represent 335 | the only significant mode of use of the product. 336 | 337 | "Installation Information" for a User Product means any methods, 338 | procedures, authorization keys, or other information required to install 339 | and execute modified versions of a covered work in that User Product from 340 | a modified version of its Corresponding Source. The information must 341 | suffice to ensure that the continued functioning of the modified object 342 | code is in no case prevented or interfered with solely because 343 | modification has been made. 344 | 345 | If you convey an object code work under this section in, or with, or 346 | specifically for use in, a User Product, and the conveying occurs as 347 | part of a transaction in which the right of possession and use of the 348 | User Product is transferred to the recipient in perpetuity or for a 349 | fixed term (regardless of how the transaction is characterized), the 350 | Corresponding Source conveyed under this section must be accompanied 351 | by the Installation Information. But this requirement does not apply 352 | if neither you nor any third party retains the ability to install 353 | modified object code on the User Product (for example, the work has 354 | been installed in ROM). 355 | 356 | The requirement to provide Installation Information does not include a 357 | requirement to continue to provide support service, warranty, or updates 358 | for a work that has been modified or installed by the recipient, or for 359 | the User Product in which it has been modified or installed. Access to a 360 | network may be denied when the modification itself materially and 361 | adversely affects the operation of the network or violates the rules and 362 | protocols for communication across the network. 363 | 364 | Corresponding Source conveyed, and Installation Information provided, 365 | in accord with this section must be in a format that is publicly 366 | documented (and with an implementation available to the public in 367 | source code form), and must require no special password or key for 368 | unpacking, reading or copying. 369 | 370 | 7. Additional Terms. 371 | 372 | "Additional permissions" are terms that supplement the terms of this 373 | License by making exceptions from one or more of its conditions. 374 | Additional permissions that are applicable to the entire Program shall 375 | be treated as though they were included in this License, to the extent 376 | that they are valid under applicable law. If additional permissions 377 | apply only to part of the Program, that part may be used separately 378 | under those permissions, but the entire Program remains governed by 379 | this License without regard to the additional permissions. 380 | 381 | When you convey a copy of a covered work, you may at your option 382 | remove any additional permissions from that copy, or from any part of 383 | it. (Additional permissions may be written to require their own 384 | removal in certain cases when you modify the work.) You may place 385 | additional permissions on material, added by you to a covered work, 386 | for which you have or can give appropriate copyright permission. 387 | 388 | Notwithstanding any other provision of this License, for material you 389 | add to a covered work, you may (if authorized by the copyright holders of 390 | that material) supplement the terms of this License with terms: 391 | 392 | a) Disclaiming warranty or limiting liability differently from the 393 | terms of sections 15 and 16 of this License; or 394 | 395 | b) Requiring preservation of specified reasonable legal notices or 396 | author attributions in that material or in the Appropriate Legal 397 | Notices displayed by works containing it; or 398 | 399 | c) Prohibiting misrepresentation of the origin of that material, or 400 | requiring that modified versions of such material be marked in 401 | reasonable ways as different from the original version; or 402 | 403 | d) Limiting the use for publicity purposes of names of licensors or 404 | authors of the material; or 405 | 406 | e) Declining to grant rights under trademark law for use of some 407 | trade names, trademarks, or service marks; or 408 | 409 | f) Requiring indemnification of licensors and authors of that 410 | material by anyone who conveys the material (or modified versions of 411 | it) with contractual assumptions of liability to the recipient, for 412 | any liability that these contractual assumptions directly impose on 413 | those licensors and authors. 414 | 415 | All other non-permissive additional terms are considered "further 416 | restrictions" within the meaning of section 10. If the Program as you 417 | received it, or any part of it, contains a notice stating that it is 418 | governed by this License along with a term that is a further 419 | restriction, you may remove that term. If a license document contains 420 | a further restriction but permits relicensing or conveying under this 421 | License, you may add to a covered work material governed by the terms 422 | of that license document, provided that the further restriction does 423 | not survive such relicensing or conveying. 424 | 425 | If you add terms to a covered work in accord with this section, you 426 | must place, in the relevant source files, a statement of the 427 | additional terms that apply to those files, or a notice indicating 428 | where to find the applicable terms. 429 | 430 | Additional terms, permissive or non-permissive, may be stated in the 431 | form of a separately written license, or stated as exceptions; 432 | the above requirements apply either way. 433 | 434 | 8. Termination. 435 | 436 | You may not propagate or modify a covered work except as expressly 437 | provided under this License. Any attempt otherwise to propagate or 438 | modify it is void, and will automatically terminate your rights under 439 | this License (including any patent licenses granted under the third 440 | paragraph of section 11). 441 | 442 | However, if you cease all violation of this License, then your 443 | license from a particular copyright holder is reinstated (a) 444 | provisionally, unless and until the copyright holder explicitly and 445 | finally terminates your license, and (b) permanently, if the copyright 446 | holder fails to notify you of the violation by some reasonable means 447 | prior to 60 days after the cessation. 448 | 449 | Moreover, your license from a particular copyright holder is 450 | reinstated permanently if the copyright holder notifies you of the 451 | violation by some reasonable means, this is the first time you have 452 | received notice of violation of this License (for any work) from that 453 | copyright holder, and you cure the violation prior to 30 days after 454 | your receipt of the notice. 455 | 456 | Termination of your rights under this section does not terminate the 457 | licenses of parties who have received copies or rights from you under 458 | this License. If your rights have been terminated and not permanently 459 | reinstated, you do not qualify to receive new licenses for the same 460 | material under section 10. 461 | 462 | 9. Acceptance Not Required for Having Copies. 463 | 464 | You are not required to accept this License in order to receive or 465 | run a copy of the Program. Ancillary propagation of a covered work 466 | occurring solely as a consequence of using peer-to-peer transmission 467 | to receive a copy likewise does not require acceptance. However, 468 | nothing other than this License grants you permission to propagate or 469 | modify any covered work. These actions infringe copyright if you do 470 | not accept this License. Therefore, by modifying or propagating a 471 | covered work, you indicate your acceptance of this License to do so. 472 | 473 | 10. Automatic Licensing of Downstream Recipients. 474 | 475 | Each time you convey a covered work, the recipient automatically 476 | receives a license from the original licensors, to run, modify and 477 | propagate that work, subject to this License. You are not responsible 478 | for enforcing compliance by third parties with this License. 479 | 480 | An "entity transaction" is a transaction transferring control of an 481 | organization, or substantially all assets of one, or subdividing an 482 | organization, or merging organizations. If propagation of a covered 483 | work results from an entity transaction, each party to that 484 | transaction who receives a copy of the work also receives whatever 485 | licenses to the work the party's predecessor in interest had or could 486 | give under the previous paragraph, plus a right to possession of the 487 | Corresponding Source of the work from the predecessor in interest, if 488 | the predecessor has it or can get it with reasonable efforts. 489 | 490 | You may not impose any further restrictions on the exercise of the 491 | rights granted or affirmed under this License. For example, you may 492 | not impose a license fee, royalty, or other charge for exercise of 493 | rights granted under this License, and you may not initiate litigation 494 | (including a cross-claim or counterclaim in a lawsuit) alleging that 495 | any patent claim is infringed by making, using, selling, offering for 496 | sale, or importing the Program or any portion of it. 497 | 498 | 11. Patents. 499 | 500 | A "contributor" is a copyright holder who authorizes use under this 501 | License of the Program or a work on which the Program is based. The 502 | work thus licensed is called the contributor's "contributor version". 503 | 504 | A contributor's "essential patent claims" are all patent claims 505 | owned or controlled by the contributor, whether already acquired or 506 | hereafter acquired, that would be infringed by some manner, permitted 507 | by this License, of making, using, or selling its contributor version, 508 | but do not include claims that would be infringed only as a 509 | consequence of further modification of the contributor version. For 510 | purposes of this definition, "control" includes the right to grant 511 | patent sublicenses in a manner consistent with the requirements of 512 | this License. 513 | 514 | Each contributor grants you a non-exclusive, worldwide, royalty-free 515 | patent license under the contributor's essential patent claims, to 516 | make, use, sell, offer for sale, import and otherwise run, modify and 517 | propagate the contents of its contributor version. 518 | 519 | In the following three paragraphs, a "patent license" is any express 520 | agreement or commitment, however denominated, not to enforce a patent 521 | (such as an express permission to practice a patent or covenant not to 522 | sue for patent infringement). To "grant" such a patent license to a 523 | party means to make such an agreement or commitment not to enforce a 524 | patent against the party. 525 | 526 | If you convey a covered work, knowingly relying on a patent license, 527 | and the Corresponding Source of the work is not available for anyone 528 | to copy, free of charge and under the terms of this License, through a 529 | publicly available network server or other readily accessible means, 530 | then you must either (1) cause the Corresponding Source to be so 531 | available, or (2) arrange to deprive yourself of the benefit of the 532 | patent license for this particular work, or (3) arrange, in a manner 533 | consistent with the requirements of this License, to extend the patent 534 | license to downstream recipients. "Knowingly relying" means you have 535 | actual knowledge that, but for the patent license, your conveying the 536 | covered work in a country, or your recipient's use of the covered work 537 | in a country, would infringe one or more identifiable patents in that 538 | country that you have reason to believe are valid. 539 | 540 | If, pursuant to or in connection with a single transaction or 541 | arrangement, you convey, or propagate by procuring conveyance of, a 542 | covered work, and grant a patent license to some of the parties 543 | receiving the covered work authorizing them to use, propagate, modify 544 | or convey a specific copy of the covered work, then the patent license 545 | you grant is automatically extended to all recipients of the covered 546 | work and works based on it. 547 | 548 | A patent license is "discriminatory" if it does not include within 549 | the scope of its coverage, prohibits the exercise of, or is 550 | conditioned on the non-exercise of one or more of the rights that are 551 | specifically granted under this License. You may not convey a covered 552 | work if you are a party to an arrangement with a third party that is 553 | in the business of distributing software, under which you make payment 554 | to the third party based on the extent of your activity of conveying 555 | the work, and under which the third party grants, to any of the 556 | parties who would receive the covered work from you, a discriminatory 557 | patent license (a) in connection with copies of the covered work 558 | conveyed by you (or copies made from those copies), or (b) primarily 559 | for and in connection with specific products or compilations that 560 | contain the covered work, unless you entered into that arrangement, 561 | or that patent license was granted, prior to 28 March 2007. 562 | 563 | Nothing in this License shall be construed as excluding or limiting 564 | any implied license or other defenses to infringement that may 565 | otherwise be available to you under applicable patent law. 566 | 567 | 12. No Surrender of Others' Freedom. 568 | 569 | If conditions are imposed on you (whether by court order, agreement or 570 | otherwise) that contradict the conditions of this License, they do not 571 | excuse you from the conditions of this License. If you cannot convey a 572 | covered work so as to satisfy simultaneously your obligations under this 573 | License and any other pertinent obligations, then as a consequence you may 574 | not convey it at all. For example, if you agree to terms that obligate you 575 | to collect a royalty for further conveying from those to whom you convey 576 | the Program, the only way you could satisfy both those terms and this 577 | License would be to refrain entirely from conveying the Program. 578 | 579 | 13. Use with the GNU Affero General Public License. 580 | 581 | Notwithstanding any other provision of this License, you have 582 | permission to link or combine any covered work with a work licensed 583 | under version 3 of the GNU Affero General Public License into a single 584 | combined work, and to convey the resulting work. The terms of this 585 | License will continue to apply to the part which is the covered work, 586 | but the special requirements of the GNU Affero General Public License, 587 | section 13, concerning interaction through a network will apply to the 588 | combination as such. 589 | 590 | 14. Revised Versions of this License. 591 | 592 | The Free Software Foundation may publish revised and/or new versions of 593 | the GNU General Public License from time to time. Such new versions will 594 | be similar in spirit to the present version, but may differ in detail to 595 | address new problems or concerns. 596 | 597 | Each version is given a distinguishing version number. If the 598 | Program specifies that a certain numbered version of the GNU General 599 | Public License "or any later version" applies to it, you have the 600 | option of following the terms and conditions either of that numbered 601 | version or of any later version published by the Free Software 602 | Foundation. If the Program does not specify a version number of the 603 | GNU General Public License, you may choose any version ever published 604 | by the Free Software Foundation. 605 | 606 | If the Program specifies that a proxy can decide which future 607 | versions of the GNU General Public License can be used, that proxy's 608 | public statement of acceptance of a version permanently authorizes you 609 | to choose that version for the Program. 610 | 611 | Later license versions may give you additional or different 612 | permissions. However, no additional obligations are imposed on any 613 | author or copyright holder as a result of your choosing to follow a 614 | later version. 615 | 616 | 15. Disclaimer of Warranty. 617 | 618 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 619 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 620 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 621 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 622 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 623 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 624 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 625 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 626 | 627 | 16. Limitation of Liability. 628 | 629 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 630 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 631 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 632 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 633 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 634 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 635 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 636 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 637 | SUCH DAMAGES. 638 | 639 | 17. Interpretation of Sections 15 and 16. 640 | 641 | If the disclaimer of warranty and limitation of liability provided 642 | above cannot be given local legal effect according to their terms, 643 | reviewing courts shall apply local law that most closely approximates 644 | an absolute waiver of all civil liability in connection with the 645 | Program, unless a warranty or assumption of liability accompanies a 646 | copy of the Program in return for a fee. 647 | 648 | END OF TERMS AND CONDITIONS 649 | 650 | How to Apply These Terms to Your New Programs 651 | 652 | If you develop a new program, and you want it to be of the greatest 653 | possible use to the public, the best way to achieve this is to make it 654 | free software which everyone can redistribute and change under these terms. 655 | 656 | To do so, attach the following notices to the program. It is safest 657 | to attach them to the start of each source file to most effectively 658 | state the exclusion of warranty; and each file should have at least 659 | the "copyright" line and a pointer to where the full notice is found. 660 | 661 | 662 | Copyright (C) 663 | 664 | This program is free software: you can redistribute it and/or modify 665 | it under the terms of the GNU General Public License as published by 666 | the Free Software Foundation, either version 3 of the License, or 667 | (at your option) any later version. 668 | 669 | This program is distributed in the hope that it will be useful, 670 | but WITHOUT ANY WARRANTY; without even the implied warranty of 671 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 672 | GNU General Public License for more details. 673 | 674 | You should have received a copy of the GNU General Public License 675 | along with this program. If not, see . 676 | 677 | Also add information on how to contact you by electronic and paper mail. 678 | 679 | If the program does terminal interaction, make it output a short 680 | notice like this when it starts in an interactive mode: 681 | 682 | Copyright (C) 683 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 684 | This is free software, and you are welcome to redistribute it 685 | under certain conditions; type `show c' for details. 686 | 687 | The hypothetical commands `show w' and `show c' should show the appropriate 688 | parts of the General Public License. Of course, your program's commands 689 | might be different; for a GUI interface, you would use an "about box". 690 | 691 | You should also get your employer (if you work as a programmer) or school, 692 | if any, to sign a "copyright disclaimer" for the program, if necessary. 693 | For more information on this, and how to apply and follow the GNU GPL, see 694 | . 695 | 696 | The GNU General Public License does not permit incorporating your program 697 | into proprietary programs. If your program is a subroutine library, you 698 | may consider it more useful to permit linking proprietary applications with 699 | the library. If this is what you want to do, use the GNU Lesser General 700 | Public License instead of this License. But first, please read 701 | . 702 | 703 | =============================================================================== 704 | 705 | Creative Commons Attribution-ShareAlike 4.0 International Public 706 | License 707 | 708 | By exercising the Licensed Rights (defined below), You accept and agree 709 | to be bound by the terms and conditions of this Creative Commons 710 | Attribution-ShareAlike 4.0 International Public License ("Public 711 | License"). To the extent this Public License may be interpreted as a 712 | contract, You are granted the Licensed Rights in consideration of Your 713 | acceptance of these terms and conditions, and the Licensor grants You 714 | such rights in consideration of benefits the Licensor receives from 715 | making the Licensed Material available under these terms and 716 | conditions. 717 | 718 | 719 | Section 1 -- Definitions. 720 | 721 | a. Adapted Material means material subject to Copyright and Similar 722 | Rights that is derived from or based upon the Licensed Material 723 | and in which the Licensed Material is translated, altered, 724 | arranged, transformed, or otherwise modified in a manner requiring 725 | permission under the Copyright and Similar Rights held by the 726 | Licensor. For purposes of this Public License, where the Licensed 727 | Material is a musical work, performance, or sound recording, 728 | Adapted Material is always produced where the Licensed Material is 729 | synched in timed relation with a moving image. 730 | 731 | b. Adapter's License means the license You apply to Your Copyright 732 | and Similar Rights in Your contributions to Adapted Material in 733 | accordance with the terms and conditions of this Public License. 734 | 735 | c. BY-SA Compatible License means a license listed at 736 | creativecommons.org/compatiblelicenses, approved by Creative 737 | Commons as essentially the equivalent of this Public License. 738 | 739 | d. Copyright and Similar Rights means copyright and/or similar rights 740 | closely related to copyright including, without limitation, 741 | performance, broadcast, sound recording, and Sui Generis Database 742 | Rights, without regard to how the rights are labeled or 743 | categorized. For purposes of this Public License, the rights 744 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 745 | Rights. 746 | 747 | e. Effective Technological Measures means those measures that, in the 748 | absence of proper authority, may not be circumvented under laws 749 | fulfilling obligations under Article 11 of the WIPO Copyright 750 | Treaty adopted on December 20, 1996, and/or similar international 751 | agreements. 752 | 753 | f. Exceptions and Limitations means fair use, fair dealing, and/or 754 | any other exception or limitation to Copyright and Similar Rights 755 | that applies to Your use of the Licensed Material. 756 | 757 | g. License Elements means the license attributes listed in the name 758 | of a Creative Commons Public License. The License Elements of this 759 | Public License are Attribution and ShareAlike. 760 | 761 | h. Licensed Material means the artistic or literary work, database, 762 | or other material to which the Licensor applied this Public 763 | License. 764 | 765 | i. Licensed Rights means the rights granted to You subject to the 766 | terms and conditions of this Public License, which are limited to 767 | all Copyright and Similar Rights that apply to Your use of the 768 | Licensed Material and that the Licensor has authority to license. 769 | 770 | j. Licensor means the individual(s) or entity(ies) granting rights 771 | under this Public License. 772 | 773 | k. Share means to provide material to the public by any means or 774 | process that requires permission under the Licensed Rights, such 775 | as reproduction, public display, public performance, distribution, 776 | dissemination, communication, or importation, and to make material 777 | available to the public including in ways that members of the 778 | public may access the material from a place and at a time 779 | individually chosen by them. 780 | 781 | l. Sui Generis Database Rights means rights other than copyright 782 | resulting from Directive 96/9/EC of the European Parliament and of 783 | the Council of 11 March 1996 on the legal protection of databases, 784 | as amended and/or succeeded, as well as other essentially 785 | equivalent rights anywhere in the world. 786 | 787 | m. You means the individual or entity exercising the Licensed Rights 788 | under this Public License. Your has a corresponding meaning. 789 | 790 | 791 | Section 2 -- Scope. 792 | 793 | a. License grant. 794 | 795 | 1. Subject to the terms and conditions of this Public License, 796 | the Licensor hereby grants You a worldwide, royalty-free, 797 | non-sublicensable, non-exclusive, irrevocable license to 798 | exercise the Licensed Rights in the Licensed Material to: 799 | 800 | a. reproduce and Share the Licensed Material, in whole or 801 | in part; and 802 | 803 | b. produce, reproduce, and Share Adapted Material. 804 | 805 | 2. Exceptions and Limitations. For the avoidance of doubt, where 806 | Exceptions and Limitations apply to Your use, this Public 807 | License does not apply, and You do not need to comply with 808 | its terms and conditions. 809 | 810 | 3. Term. The term of this Public License is specified in Section 811 | 6(a). 812 | 813 | 4. Media and formats; technical modifications allowed. The 814 | Licensor authorizes You to exercise the Licensed Rights in 815 | all media and formats whether now known or hereafter created, 816 | and to make technical modifications necessary to do so. The 817 | Licensor waives and/or agrees not to assert any right or 818 | authority to forbid You from making technical modifications 819 | necessary to exercise the Licensed Rights, including 820 | technical modifications necessary to circumvent Effective 821 | Technological Measures. For purposes of this Public License, 822 | simply making modifications authorized by this Section 2(a) 823 | (4) never produces Adapted Material. 824 | 825 | 5. Downstream recipients. 826 | 827 | a. Offer from the Licensor -- Licensed Material. Every 828 | recipient of the Licensed Material automatically 829 | receives an offer from the Licensor to exercise the 830 | Licensed Rights under the terms and conditions of this 831 | Public License. 832 | 833 | b. Additional offer from the Licensor -- Adapted Material. 834 | Every recipient of Adapted Material from You 835 | automatically receives an offer from the Licensor to 836 | exercise the Licensed Rights in the Adapted Material 837 | under the conditions of the Adapter's License You apply. 838 | 839 | c. No downstream restrictions. You may not offer or impose 840 | any additional or different terms or conditions on, or 841 | apply any Effective Technological Measures to, the 842 | Licensed Material if doing so restricts exercise of the 843 | Licensed Rights by any recipient of the Licensed 844 | Material. 845 | 846 | 6. No endorsement. Nothing in this Public License constitutes or 847 | may be construed as permission to assert or imply that You 848 | are, or that Your use of the Licensed Material is, connected 849 | with, or sponsored, endorsed, or granted official status by, 850 | the Licensor or others designated to receive attribution as 851 | provided in Section 3(a)(1)(A)(i). 852 | 853 | b. Other rights. 854 | 855 | 1. Moral rights, such as the right of integrity, are not 856 | licensed under this Public License, nor are publicity, 857 | privacy, and/or other similar personality rights; however, to 858 | the extent possible, the Licensor waives and/or agrees not to 859 | assert any such rights held by the Licensor to the limited 860 | extent necessary to allow You to exercise the Licensed 861 | Rights, but not otherwise. 862 | 863 | 2. Patent and trademark rights are not licensed under this 864 | Public License. 865 | 866 | 3. To the extent possible, the Licensor waives any right to 867 | collect royalties from You for the exercise of the Licensed 868 | Rights, whether directly or through a collecting society 869 | under any voluntary or waivable statutory or compulsory 870 | licensing scheme. In all other cases the Licensor expressly 871 | reserves any right to collect such royalties. 872 | 873 | 874 | Section 3 -- License Conditions. 875 | 876 | Your exercise of the Licensed Rights is expressly made subject to the 877 | following conditions. 878 | 879 | a. Attribution. 880 | 881 | 1. If You Share the Licensed Material (including in modified 882 | form), You must: 883 | 884 | a. retain the following if it is supplied by the Licensor 885 | with the Licensed Material: 886 | 887 | i. identification of the creator(s) of the Licensed 888 | Material and any others designated to receive 889 | attribution, in any reasonable manner requested by 890 | the Licensor (including by pseudonym if 891 | designated); 892 | 893 | ii. a copyright notice; 894 | 895 | iii. a notice that refers to this Public License; 896 | 897 | iv. a notice that refers to the disclaimer of 898 | warranties; 899 | 900 | v. a URI or hyperlink to the Licensed Material to the 901 | extent reasonably practicable; 902 | 903 | b. indicate if You modified the Licensed Material and 904 | retain an indication of any previous modifications; and 905 | 906 | c. indicate the Licensed Material is licensed under this 907 | Public License, and include the text of, or the URI or 908 | hyperlink to, this Public License. 909 | 910 | 2. You may satisfy the conditions in Section 3(a)(1) in any 911 | reasonable manner based on the medium, means, and context in 912 | which You Share the Licensed Material. For example, it may be 913 | reasonable to satisfy the conditions by providing a URI or 914 | hyperlink to a resource that includes the required 915 | information. 916 | 917 | 3. If requested by the Licensor, You must remove any of the 918 | information required by Section 3(a)(1)(A) to the extent 919 | reasonably practicable. 920 | 921 | b. ShareAlike. 922 | 923 | In addition to the conditions in Section 3(a), if You Share 924 | Adapted Material You produce, the following conditions also apply. 925 | 926 | 1. The Adapter's License You apply must be a Creative Commons 927 | license with the same License Elements, this version or 928 | later, or a BY-SA Compatible License. 929 | 930 | 2. You must include the text of, or the URI or hyperlink to, the 931 | Adapter's License You apply. You may satisfy this condition 932 | in any reasonable manner based on the medium, means, and 933 | context in which You Share Adapted Material. 934 | 935 | 3. You may not offer or impose any additional or different terms 936 | or conditions on, or apply any Effective Technological 937 | Measures to, Adapted Material that restrict exercise of the 938 | rights granted under the Adapter's License You apply. 939 | 940 | 941 | Section 4 -- Sui Generis Database Rights. 942 | 943 | Where the Licensed Rights include Sui Generis Database Rights that 944 | apply to Your use of the Licensed Material: 945 | 946 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 947 | to extract, reuse, reproduce, and Share all or a substantial 948 | portion of the contents of the database; 949 | 950 | b. if You include all or a substantial portion of the database 951 | contents in a database in which You have Sui Generis Database 952 | Rights, then the database in which You have Sui Generis Database 953 | Rights (but not its individual contents) is Adapted Material, 954 | 955 | including for purposes of Section 3(b); and 956 | c. You must comply with the conditions in Section 3(a) if You Share 957 | all or a substantial portion of the contents of the database. 958 | 959 | For the avoidance of doubt, this Section 4 supplements and does not 960 | replace Your obligations under this Public License where the Licensed 961 | Rights include other Copyright and Similar Rights. 962 | 963 | 964 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 965 | 966 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 967 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 968 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 969 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 970 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 971 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 972 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 973 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 974 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 975 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 976 | 977 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 978 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 979 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 980 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 981 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 982 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 983 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 984 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 985 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 986 | 987 | c. The disclaimer of warranties and limitation of liability provided 988 | above shall be interpreted in a manner that, to the extent 989 | possible, most closely approximates an absolute disclaimer and 990 | waiver of all liability. 991 | 992 | 993 | Section 6 -- Term and Termination. 994 | 995 | a. This Public License applies for the term of the Copyright and 996 | Similar Rights licensed here. However, if You fail to comply with 997 | this Public License, then Your rights under this Public License 998 | terminate automatically. 999 | 1000 | b. Where Your right to use the Licensed Material has terminated under 1001 | Section 6(a), it reinstates: 1002 | 1003 | 1. automatically as of the date the violation is cured, provided 1004 | it is cured within 30 days of Your discovery of the 1005 | violation; or 1006 | 1007 | 2. upon express reinstatement by the Licensor. 1008 | 1009 | For the avoidance of doubt, this Section 6(b) does not affect any 1010 | right the Licensor may have to seek remedies for Your violations 1011 | of this Public License. 1012 | 1013 | c. For the avoidance of doubt, the Licensor may also offer the 1014 | Licensed Material under separate terms or conditions or stop 1015 | distributing the Licensed Material at any time; however, doing so 1016 | will not terminate this Public License. 1017 | 1018 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 1019 | License. 1020 | 1021 | 1022 | Section 7 -- Other Terms and Conditions. 1023 | 1024 | a. The Licensor shall not be bound by any additional or different 1025 | terms or conditions communicated by You unless expressly agreed. 1026 | 1027 | b. Any arrangements, understandings, or agreements regarding the 1028 | Licensed Material not stated herein are separate from and 1029 | independent of the terms and conditions of this Public License. 1030 | 1031 | 1032 | Section 8 -- Interpretation. 1033 | 1034 | a. For the avoidance of doubt, this Public License does not, and 1035 | shall not be interpreted to, reduce, limit, restrict, or impose 1036 | conditions on any use of the Licensed Material that could lawfully 1037 | be made without permission under this Public License. 1038 | 1039 | b. To the extent possible, if any provision of this Public License is 1040 | deemed unenforceable, it shall be automatically reformed to the 1041 | minimum extent necessary to make it enforceable. If the provision 1042 | cannot be reformed, it shall be severed from this Public License 1043 | without affecting the enforceability of the remaining terms and 1044 | conditions. 1045 | 1046 | c. No term or condition of this Public License will be waived and no 1047 | failure to comply consented to unless expressly agreed to by the 1048 | Licensor. 1049 | 1050 | d. Nothing in this Public License constitutes or may be interpreted 1051 | as a limitation upon, or waiver of, any privileges and immunities 1052 | that apply to the Licensor or You, including from the legal 1053 | processes of any jurisdiction or authority. 1054 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | # NOTE: in this file tab indentation is used. 2 | # Otherwise .RECIPEPREFIX would have to be set. 3 | 4 | # 5 | # create variables 6 | # 7 | 8 | subscription_lists := official.json 9 | 10 | # subscriptions are all json file except those in $(subscription_lists) 11 | all_json_files := $(wildcard *.json) 12 | subscriptions := $(filter-out $(subscription_lists),$(all_json_files)) 13 | 14 | 15 | # 16 | # define targets 17 | # 18 | 19 | # set "check" to be the default target 20 | .DEFAULT_GOAL := check 21 | 22 | # all checks and their order of execution 23 | checks := check_json_validity \ 24 | check_duplicate_lines 25 | 26 | .PHONY: check test 27 | .PHONY: $(checks) 28 | check test: $(checks) 29 | 30 | check_json_validity: 31 | @for file in $(all_json_files) ; do \ 32 | echo -n "$$file: "; (cat official.json | python -m json.tool > /dev/null && echo "Valid JSON") || echo "Invalid JSON" ; \ 33 | done 34 | 35 | 36 | # _________________________ 37 | # check for duplicate lines 38 | # 39 | 40 | duplicate_rules := $(shell egrep -ho '\{.*\}' $(subscriptions) | sort | uniq -d) 41 | duplicate_rules_quoted := $(addprefix ',$(addsuffix ',$(duplicate_rules))) 42 | 43 | check_duplicate_lines: 44 | @# go through all duplicates and report in which subscription files they are 45 | @for rule in $(duplicate_rules_quoted) ; do \ 46 | echo '___Duplicate rule___' ; \ 47 | fgrep -nHT $$rule $(subscriptions) ; \ 48 | done 49 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Subscriptions for RequestPolicy 2 | ============= 3 | 4 | Subscriptions for the [RequestPolicyContinued](https://requestpolicycontinued.github.io/) Firefox addon. 5 | 6 | Subscriptions are preset rules for RequestPolicy Continued. Subscriptions are configurable through the `Preferences -> Manage Policies -> Subscriptions` menu of the addon. 7 | 8 | Enabling a subscription will load a preconfigured allow/deny policy for certain sites. For example, subscriptions can: 9 | * Block some known web tracking services. 10 | * Allow certain sites to work properly (allow them to request some required elements form other domains) 11 | 12 | 13 | ------------------------------------------- 14 | 15 | ## What is included in subscriptions 16 | You can check what requests are affected by different subscriptions by manually inspecting the subscription files. On your computer, RequestPolicy downloads subscriptions to the following locations: 17 | 18 | * Linux: `~/.mozilla/firefox/$profile_dir/requestpolicy/policies/subscriptions/` 19 | * Windows: `C:\Users\%USERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\%PROFILE_DIR\requestpolicy\policies\subscriptions\` 20 | 21 | See [How to read subscriptions files](#how-to-read-subscriptions-files) for information on the file format. 22 | 23 | ------------------------------------------- 24 | 25 | ## Contributing 26 | If you have a question or remark about how RequestPolicy Continued handles subscriptions, check the [main project issue tracker](https://github.com/RequestPolicyContinued/requestpolicy/labels/subscriptions). 27 | 28 | If you'd like a rule to be **removed** from the subscriptions, please file a new [issue](https://github.com/RequestPolicyContinued/subscriptions/issues/) stating the reason why it should be removed. 29 | 30 | If you want your rules **added** to the official subscriptions, please mind the following: 31 | 32 | * [Create a blank Firefox profile](https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles), with only RequestPolicy Continued installed. 33 | * In your RequestPolicy preferences, enable the subscription you want to work on to avoid duplicating already established rules. 34 | * **Allow rules should be kept to a minimum** (no pretty fonts, no tracking scripts, no ad networks, no optional sharing widgets...) 35 | * Do not reorder/sort existing rules. (Rules that affect a particular site should stay grouped, and this helps reviewing your changes). 36 | * Check for duplicate rules and JSON validity (run `make check`). 37 | * Read this README 38 | 39 | 40 | #### Adding rules 41 | You can also help by adding your rules for sites you like (**[Example proper pull request/patch](https://github.com/RequestPolicyContinued/subscriptions/pull/38)** 42 | ) 43 | 44 | 45 | * [Fork](https://github.com/RequestPolicyContinued/subscriptions/fork) this repository. 46 | * Visit your favorite sites, one by one. You can also work on top websites from http://www.alexa.com/topsites/countries 47 | * For each site, check if a blocked domain causes basic display/functionality breakage. 48 | 49 | * Copy rules from your `policies/user.json` in your firefox profile directory to `official_allow-functionality.json` in your copy of the subscriptions repository, one rule per line. 50 | * `user.json` stores all rules on a single line ([issue 339](https://github.com/RequestPolicyContinued/requestpolicy/issues/339)). To convert your rules to the one-rule-per-line format used in subscriptions, replace `}},` with `}},\n` in your file. This helps copying rules to the subscription file. 51 | * When done, commit your changes and submit a Pull Request with a proper description so that it can be reviewed. 52 | 53 | 54 | #### Adding rules to allow_sameorg.json 55 | It is easier to add all rules in `official_allow-functionality.json` first. You can also help by adding rules to `official_allow-sameorg.json`, either directly, or by moving already existing rules from `official_allow-functionality.json`. In this case: 56 | 57 | * check this domain owner info using WHOIS 58 | * if the destination domain owner matches the origin owner, add a rule for this origin->destination pair at the end of `official-allow_sameorg.json` (If the subscription grows too large in the future, it will be split - [#1](https://github.com/RequestPolicyContinued/subscriptions/issues/1)) 59 | * if owners/organizations/companies don't match, but the request is still required for the website to work properly, the rule should remain in `official-allow_functionality.json` 60 | 61 | 62 | #### Tips 63 | 64 | A few bash tricks that may help reviewing/building subscriptions: 65 | 66 | ``` 67 | function wh() { #get relevant info about domain owners 68 | whois "$1" | grep -i registrant 69 | } 70 | 71 | function rprule() { 72 | #generate a rule with proper syntax for inclusion in subscriptions, copy it to clipboard 73 | # usage: rprule [origin-domain] [destination-domain] 74 | echo "{\"o\":{\"h\":\"*.$1\"},\"d\":{\"h\":\"*.$2\"}}," | xclip -selection c 75 | } 76 | 77 | ``` 78 | 79 | #### Improving the _deny trackers_ list 80 | 81 | Additions to the _deny trackers_ list are also welcome. 82 | 83 | #### Translating subscriptions titles and descriptions 84 | Look at `locale.json` and feel free to add the translations for subscriptions titles and language there. 85 | 86 | 87 | -------------------------------------------------------------------------------- 88 | 89 | ## How to read subscriptions files 90 | RequestPolicy Continued fetches available subscriptions from **subscription lists**. [official.json](official.json) is the default subscription list (the only list currently) Each **subscription list** lists several **subscriptions**, which contain the actual rules. 91 | 92 | 93 | 94 | The **subscriptions lists** file format is the following (eg. `official.json`): 95 | 96 | ``` 97 | { 98 | "subscriptions":{ 99 | "allow_embedded":{ <- short name of the subscription. 100 | "serial":1329159661, <- a serial number; RP compares your local file serial number to the one available online, and updates your file if it has a lower serial. 101 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_embedded.json", <- the URL from which up-to-date subscription rules should be downloaded 102 | "title":"Your title here", <- the title of this subscription 103 | "description":"This subscription does this." <- a description of what purpose this subscription serves, how it works 104 | }, 105 | "another_subscription_here": { ... 106 | ``` 107 | 108 | `locale.json` contains translations for each subscription's list and title. 109 | 110 | 111 | The **subscription** file format is the following (eg. `official-allow_functionality.json`): 112 | 113 | ``` 114 | { 115 | "metadata":{ 116 | "version":1, 117 | "serial":1334341442 <- a serial number; RP compares your local file serial number to the one available online, and updates your file if it has a lower serial. 118 | }, 119 | "entries":{ <- this marks the begginning of the actual subscription rules 120 | "allow":[ <- rules in this section are requests that will be **allowed** by RequestPolicy 121 | {"o":{"h":"*.amazon.ca"},"d":{"h":"*.images-amazon.com"}}, 122 | {"o":{"h":"*.amazon.ca"},"d":{"h":"*.ssl-images-amazon.com"}}, 123 | {"o":{"h":"*.amazon.com"},"d":{"h":"*.amazonaws.com"}} 124 | ], 125 | "deny":[] <- rules in this section are requests that will be **denied** by RequestPolicy 126 | } 127 | } 128 | ``` 129 | 130 | For each rule, `"o:"{"h":"*.hostname.org"}` is the origin host for the request, `"d":{"h":"*.another.com"}` is the destination host for this request. What action is applied to this particular requests depends on which section it is listed in (`"allow":[` or `"deny":[`) 131 | -------------------------------------------------------------------------------- /locale.json: -------------------------------------------------------------------------------- 1 | { 2 | "fr":{ 3 | "subscriptions":{ 4 | "allow_embedded":{ 5 | "title":"Accepter les requêtes vers du contenu embarqué, comme des images ou des vidéos", 6 | "description":"Cette souscription est actuellement hors-service et sera probablement retirée. Veuillez consulter https://github.com/RequestPolicyContinued/requestpolicy/issues/338 et https://github.com/RequestPolicyContinued/requestpolicy/issues/166#issuecomment-65426226." 7 | }, 8 | "allow_functionality":{ 9 | "title":"Accepter les requêtes nécessaires aux fonctionnement de certains sites Web", 10 | "description":"Contient des règles 'accepter' absolument nécessaires pour un bon fonctionnement des fonctionnalités principales de certains sites, même si le propriétaire du domaine de destination de la requête n'est pas le même que celui du domaine d'origine." 11 | }, 12 | "allow_sameorg":{ 13 | "title":"Accepter les requêtes vers des destinations appartenant à la même organisation que le domaine d'origine", 14 | "description":"Contient des règles 'accepter' absolument nécessaires pour un bon fonctionnement des fonctionnalités principales de certains sites, ET dont le propriétaire du domaine de destination de la requête est le même que celui du domaine d'origine." 15 | }, 16 | "deny_trackers":{ 17 | "title":"Bloquer les requêtes vers des domaines connus pour tracer votre navigation", 18 | "description":"Cette souscription contient une liste de domaines connus pour surveiller/tracer votre navigation à travers le Web. Elle est particulièrement utile pour fournir une sécurité/confidentialité minimale si vous utilisez _Accepter les requêtes_ comme politique par défaut." 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /official-allow_embedded.json: -------------------------------------------------------------------------------- 1 | { 2 | "entries":{ 3 | }, 4 | "metadata":{ 5 | "version":1, 6 | "serial":1 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /official-allow_extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "metadata":{ 3 | "version":1, 4 | "serial":2017091501 5 | }, 6 | "entries":{ 7 | "allow":[ 8 | { 9 | "o":{"s":"moz-extension","h":"b438c401-e7cb-4e34-8480-fc923b364997"}, 10 | "d":{"s":"https","h":"*","port":"*"} 11 | }, 12 | { 13 | "o":{"s":"moz-extension","h":"8cbf738f-36a0-4219-8dda-d1e53eb26194"}, 14 | "d":{"s":"http","h":"127.0.0.1","port":23119} 15 | } 16 | ], 17 | "deny":[ 18 | ] 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /official-allow_functionality.json: -------------------------------------------------------------------------------- 1 | { 2 | "metadata":{ 3 | "version":1, 4 | "serial":2015102502 5 | }, 6 | "entries":{ 7 | "allow":[ 8 | {"o":{"h":"*.facebook.com"},"d":{"h":"*.akamaihd.net"}}, 9 | {"o":{"h":"*.instagram.com"},"d":{"h":"*.d36xtkk24g8jdx.cloudfront.net"}}, 10 | {"o":{"h":"*.instagram.com"},"d":{"h":"*.instagram-static.s3.amazonaws.com"}}, 11 | {"o":{"h":"*.microsoftstore.com"},"d":{"h":"*.digitalrivercontent.net"}}, 12 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.imgur.com"}}, 13 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.ajax.googleapis.com"}}, 14 | {"o":{"h":"*.stackexchange.com"},"d":{"h":"*.imgur.com"}}, 15 | {"o":{"h":"*.stackexchange.com"},"d":{"h":"*.ajax.googleapis.com"}}, 16 | {"o":{"h":"*.superuser.com"},"d":{"h":"*.imgur.com"}}, 17 | {"o":{"h":"*.superuser.com"},"d":{"h":"*.ajax.googleapis.com"}}, 18 | {"o":{"h":"*.serverfault.com"},"d":{"h":"*.imgur.com"}}, 19 | {"o":{"h":"*.serverfault.com"},"d":{"h":"*.ajax.googleapis.com"}}, 20 | {"o":{"h":"*.askubuntu.com"},"d":{"h":"*.imgur.com"}}, 21 | {"o":{"h":"*.askubuntu.com"},"d":{"h":"*.ajax.googleapis.com"}}, 22 | {"o":{"h":"*.dropbox.com"},"d":{"h":"*.dt8kf6553cww8.cloudfront.net"}}, 23 | {"o":{"h":"*.bitbucket.org"},"d":{"h":"*.d3oaxc4q5k2d6q.cloudfront.net"}}, 24 | {"o":{"h":"*.addons.videolan.org"},"d":{"h":"*.vlc-addons.org"}}, 25 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.lyrk.org"}}, 26 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.openstreetmap.org"}}, 27 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.thunderforest.com"}}, 28 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.mqcdn.com"}}, 29 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.openstreetmap.de"}}, 30 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.uni-hd.de"}}, 31 | {"o":{"h":"*.graphhopper.com"},"d":{"h":"*.wanderreitkarte.de"}}, 32 | {"o":{"h":"*.hackaday.com"},"d":{"h":"*.wordpress.com"}}, 33 | {"o":{"h":"*.hackaday.com"},"d":{"h":"*.wp.com"}}, 34 | {"o":{"h":"*.alternativeto.net"},"d":{"h":"*.msecnd.net"}}, 35 | {"o":{"h":"*.gta4.net"},"d":{"h":"*.gtanet.com"}}, 36 | {"o":{"h":"*.builtwith.com"},"d":{"h":"*.cdnpi.pe"}}, 37 | {"o":{"h":"*.google.fr"},"d":{"h":"*.ggpht.com"}}, 38 | {"o":{"h":"*.ouich.es"},"d":{"h":"*.ajax.googleapis.com"}}, 39 | {"o":{"h":"*.winscp.net"},"d":{"h":"*.cdn77.net"}}, 40 | {"o":{"h":"*.google.com"},"d":{"h":"*.google.fr"}}, 41 | {"o":{"h":"*.photoswipe.com"},"d":{"h":"*.staticflickr.com"}}, 42 | {"o":{"h":"*.google.com"},"d":{"h":"*.npackd.appspot.com"}}, 43 | {"o":{"h":"*.theonion.com"},"d":{"h":"*.onionstatic.com"}}, 44 | {"o":{"h":"*.gmail.com"},"d":{"h":"*.google.com"}}, 45 | {"o":{"h":"*.autodesk.com"},"d":{"h":"*.autodesk.net"}}, 46 | {"o":{"h":"*.preuves-par-images.fr"},"d":{"h":"*.vk.com"}}, 47 | {"o":{"h":"*.npackd.appspot.com"},"d":{"h":"*.ajax.googleapis.com"}}, 48 | {"o":{"h":"*.npackd.appspot.com"},"d":{"h":"*.googleusercontent.com"}}, 49 | {"o":{"h":"*.npackd.appspot.com"},"d":{"h":"*.google.com"}}, 50 | {"o":{"h":"*.ixquick-proxy.com"},"d":{"h":"*.startpage.com"}}, 51 | {"o":{"h":"*.allocine.fr"},"d":{"h":"*.2mdn.net"}}, 52 | {"o":{"h":"*.allocine.fr"},"d":{"h":"*.dmcdn.net"}}, 53 | {"o":{"h":"*.io9.com"},"d":{"h":"*.kinja-img.com"}}, 54 | {"o":{"h":"*.io9.com"},"d":{"h":"*.kinja-static.com"}}, 55 | {"o":{"h":"*.npackd.appspot.com"},"d":{"h":"*.bootstrapcdn.com"}}, 56 | {"o":{"h":"*.vimeo.com"},"d":{"h":"*.akamaihd.net"}}, 57 | {"o":{"h":"*.osmcamera.tk"},"d":{"h":"*.leafletjs.com"}}, 58 | {"o":{"h":"*.osmcamera.tk"},"d":{"h":"*.mqcdn.com"}}, 59 | {"o":{"h":"*.osmcamera.tk"},"d":{"h":"*.mapquest.com"}}, 60 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars2.githubusercontent.com"}}, 61 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars3.githubusercontent.com"}}, 62 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars0.githubusercontent.com"}}, 63 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars.githubusercontent.com"}}, 64 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars1.githubusercontent.com"}}, 65 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.196.60"}}, 66 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.196.30"}}, 67 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.196.40"}}, 68 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.196.50"}}, 69 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.197.40"}}, 70 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.197.60"}}, 71 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.197.50"}}, 72 | {"o":{"h":"*.leboncoin.fr"},"d":{"h":"193.164.197.30"}}, 73 | {"o":{"h":"*.reddit.com"},"d":{"h":"*.s3.amazonaws.com"}}, 74 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.gravatar.com"}}, 75 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.sstatic.net"}}, 76 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.stackauth.com"}}, 77 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.google.fr"}}, 78 | {"o":{"h":"*.sourceforge.net"},"d":{"h":"*.fsdn.com"}}, 79 | {"o":{"h":"*.plus.googleapis.com"},"d":{"h":"*.googleusercontent.com"}}, 80 | {"o":{"h":"*.plus.googleapis.com"},"d":{"h":"*.gstatic.com"}}, 81 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.ggpht.com"}}, 82 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.gstatic.com"}}, 83 | {"o":{"h":"*.disqus.com"},"d":{"h":"*.disquscdn.com"}}, 84 | {"o":{"h":"*.atlassian.net"},"d":{"h":"*.d2ogta62n7lwcx.cloudfront.net"}}, 85 | {"o":{"h":"*.wordpress.org"},"d":{"h":"*.w.org"}}, 86 | {"o":{"h":"*.github.com"},"d":{"h":"*.s3.amazonaws.com"}}, 87 | {"o":{"h":"*.github.com"},"d":{"h":"*.raw.githubusercontent.com"}}, 88 | {"o":{"h":"*.webupd8.org"},"d":{"h":"*.bp.blogspot.com"}}, 89 | {"o":{"h":"*.webupd8.org"},"d":{"h":"*.dcyvwahnmi61u.cloudfront.net"}}, 90 | {"o":{"h":"*.jsfiddle.net"},"d":{"h":"*.jshell.net"}}, 91 | {"o":{"h":"*.jsfiddle.net"},"d":{"h":"*.togetherjs.com"}}, 92 | {"o":{"h":"*.theregister.co.uk"},"d":{"h":"*.regmedia.co.uk"}}, 93 | {"o":{"h":"*.lemonde.fr"},"d":{"h":"*.lemde.fr"}}, 94 | {"o":{"h":"*.xrite.com"},"d":{"h":"*.colormunki.com"}}, 95 | {"o":{"h":"*.tumblr.com"},"d":{"h":"*.yimg.com"}}, 96 | {"o":{"h":"*.google.fr"},"d":{"h":"*.gstatic.com"}}, 97 | {"o":{"h":"*.hordes.fr"},"d":{"h":"*.twinoid.com"}}, 98 | {"o":{"h":"*.hordes.fr"},"d":{"h":"*.motion-twin.com"}}, 99 | {"o":{"h":"*.twinoid.com"},"d":{"h":"*.hordes.fr"}}, 100 | {"o":{"h":"*.bandcamp.com"},"d":{"h":"*.bcbits.com"}}, 101 | {"o":{"h":"*.steamcommunity.com"},"d":{"h":"*.akamaihd.net"}}, 102 | {"o":{"h":"*.steamcommunity.com"},"d":{"h":"*.steamstatic.com"}}, 103 | {"o":{"h":"*.awesome-robo.com"},"d":{"h":"*.bp.blogspot.com"}}, 104 | {"o":{"h":"*.awesome-robo.com"},"d":{"h":"*.googleusercontent.com"}}, 105 | {"o":{"h":"*.awesome-robo.com"},"d":{"h":"*.blogblog.com"}}, 106 | {"o":{"h":"*.awesome-robo.com"},"d":{"h":"*.blogger.com"}}, 107 | {"o":{"h":"*.awesome-robo.com"},"d":{"h":"*.youtube.com"}}, 108 | {"o":{"h":"*.fastcodesign.com"},"d":{"h":"*.fastcompany.net"}}, 109 | {"o":{"h":"*.tympanus.net"},"d":{"h":"*.netdna-cdn.com"}}, 110 | {"o":{"h":"*.sublimevideo.net"},"d":{"h":"*.d2z13vm5qgtpwn.cloudfront.net"}}, 111 | {"o":{"h":"*.skype.com"},"d":{"h":"*.wp.com"}}, 112 | {"o":{"h":"*.skype.com"},"d":{"h":"*.wordpress.com"}}, 113 | {"o":{"h":"*.fastcolabs.com"},"d":{"h":"*.fastcompany.net"}}, 114 | {"o":{"h":"*.startpage.com"},"d":{"h":"*.bing.net"}}, 115 | {"o":{"h":"*.commentcamarche.net"},"d":{"h":"*.ccm2.net"}}, 116 | {"o":{"h":"*.tomshardware.co.uk"},"d":{"h":"*.bestofmedia.com"}}, 117 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.youtube.com"}}, 118 | {"o":{"h":"*.youtu.be"},"d":{"h":"*.youtube.com"}}, 119 | {"o":{"h":"*.playstation.com"},"d":{"h":"*.lithium.com"}}, 120 | {"o":{"h":"*.fred26.fr"},"d":{"h":"*.hordes.fr"}}, 121 | {"o":{"h":"*.arg0.net"},"d":{"h":"*.parastorage.com"}}, 122 | {"o":{"h":"*.libertyzero.com"},"d":{"h":"*.moritzmolch.com"}}, 123 | {"o":{"h":"*.gizmodo.com"},"d":{"h":"*.kinja-img.com"}}, 124 | {"o":{"h":"*.gizmodo.com"},"d":{"h":"*.kinja-static.com"}}, 125 | {"o":{"h":"*.gizmodo.com"},"d":{"h":"*.kinja.com"}}, 126 | {"o":{"h":"*.bloomberg.com"},"d":{"h":"*.gotraffic.net"}}, 127 | {"o":{"h":"*.forbes.com"},"d":{"h":"*.forbesimg.com"}}, 128 | {"o":{"h":"*.forbesimg.com"},"d":{"h":"*.forbes.com"}}, 129 | {"o":{"h":"*.alsacreations.com"},"d":{"h":"*.alsacreations.net"}}, 130 | {"o":{"h":"*.nytimes.com"},"d":{"h":"*.nyt.com"}}, 131 | {"o":{"h":"*.reuters.com"},"d":{"h":"*.reutersmedia.net"}}, 132 | {"o":{"h":"*.github.com"},"d":{"h":"*.render.githubusercontent.com"}}, 133 | {"o":{"h":"*.mappy.com"},"d":{"h":"*.mappy.net"}}, 134 | {"o":{"h":"*.bison-fute.gouv.fr"},"d":{"h":"*.info-routiere.gouv.fr"}}, 135 | {"o":{"h":"*.ghtorrent.org"},"d":{"h":"*.bootstrapcdn.com"}}, 136 | {"o":{"h":"*.canalplus.fr"},"d":{"h":"*.canal-plus.com"}}, 137 | {"o":{"h":"*.canalplus.fr"},"d":{"h":"*.canal-plus.net"}}, 138 | {"o":{"h":"*.canalplus.fr"},"d":{"h":"*.frz.io"}}, 139 | {"o":{"h":"*.cnet.com"},"d":{"h":"*.fdlstatic.com"}}, 140 | {"o":{"h":"*.threatpost.com"},"d":{"h":"*.netdna-cdn.com"}}, 141 | {"o":{"h":"*.keezmovies.com"},"d":{"h":"*.phncdn.com"}}, 142 | {"o":{"h":"*.render.githubusercontent.com"},"d":{"h":"*.raw.githubusercontent.com"}}, 143 | {"o":{"h":"*.medium.com"},"d":{"h":"*.dnqgz544uhbo8.cloudfront.net"}}, 144 | {"o":{"h":"*.medium.com"},"d":{"h":"*.d262ilb51hltx0.cloudfront.net"}}, 145 | {"o":{"h":"*.dribbble.com"},"d":{"h":"*.d13yacurqjgara.cloudfront.net"}}, 146 | {"o":{"h":"*.chromoscope.net"},"d":{"h":"*.s3.amazonaws.com"}}, 147 | {"o":{"h":"*.debian.org"},"d":{"h":"*.debian.net"}}, 148 | {"o":{"h":"*.allocine.fr"},"d":{"h":"*.allocine.net"}}, 149 | {"o":{"h":"*.maville.com"},"d":{"h":"*.mvistatic.com"}}, 150 | {"o":{"h":"*.viamichelin.fr"},"d":{"h":"*.viamichelin.com"}}, 151 | {"o":{"h":"*.openstreetmap.org"},"d":{"h":"*.thunderforest.com"}}, 152 | {"o":{"h":"*.openstreetmap.org"},"d":{"h":"*.mqcdn.com"}}, 153 | {"o":{"h":"*.openstreetmap.org"},"d":{"h":"*.openstreetmap.fr"}}, 154 | {"o":{"h":"*.mozilla.com"},"d":{"h":"*.mozilla.net"}}, 155 | {"o":{"h":"*.theverge.com"},"d":{"h":"*.vox-cdn.com"}}, 156 | {"o":{"h":"*.tuxdiary.com"},"d":{"h":"*.wp.com"}}, 157 | {"o":{"h":"*.ixquick-proxy.com"},"d":{"h":"*.ixquick.com"}}, 158 | {"o":{"h":"*.liberation.fr"},"d":{"h":"*.libe.com"}}, 159 | {"o":{"h":"*.wired.com"},"d":{"h":"*.d2auhg88b162pf.cloudfront.net"}}, 160 | {"o":{"h":"*.wired.com"},"d":{"h":"*.dwgyu36up6iuz.cloudfront.net"}}, 161 | {"o":{"h":"*.vertor.com"},"d":{"h":"*.vertor.eu"}}, 162 | {"o":{"h":"*.vertor.eu"},"d":{"h":"*.torrentreactor.net"}}, 163 | {"o":{"h":"*.torrentreactor.net"},"d":{"h":"*.cdnfile.com"}}, 164 | {"o":{"h":"*.wired.co.uk"},"d":{"h":"*.d3u12z27ui3vom.cloudfront.net"}}, 165 | {"o":{"h":"*.kickass.so"},"d":{"h":"*.kastatic.com"}}, 166 | {"o":{"h":"*.xmodulo.com"},"d":{"h":"*.d2j4ekq3nza4ef.cloudfront.net"}}, 167 | {"o":{"h":"*.xmodulo.com"},"d":{"h":"*.staticflickr.com"}}, 168 | {"o":{"h":"*.delicious.com"},"d":{"h":"*.s3.amazonaws.com"}}, 169 | {"o":{"h":"*.thomann.de"},"d":{"h":"*.static-thomann.de"}}, 170 | {"o":{"h":"*.thomann.fr"},"d":{"h":"*.thomann.de"}}, 171 | {"o":{"h":"*.europe1.fr"},"d":{"h":"*.ladmedia.fr"}}, 172 | {"o":{"h":"*.virtualbox.org"},"d":{"h":"*.sun.com"}}, 173 | {"o":{"h":"*.virtualbox.org"},"d":{"h":"*.virtualbox.org"}}, 174 | {"o":{"h":"*.microsoft.com"},"d":{"h":"*.msecnd.net"}}, 175 | {"o":{"h":"*.twnsnd.co"},"d":{"h":"*.tumblr.com"}}, 176 | {"o":{"h":"*.startupstockphotos.com"},"d":{"h":"*.tumblr.com"}}, 177 | {"o":{"h":"*.moddb.com"},"d":{"h":"*.dbolical.com"}}, 178 | {"o":{"h":"*.gta4-mods.com"},"d":{"h":"*.gtagaming.com"}}, 179 | {"o":{"h":"*.time.com"},"d":{"h":"*.wp.com"}}, 180 | {"o":{"h":"*.time.com"},"d":{"h":"*.wordpress.com"}}, 181 | {"o":{"h":"*.keybase.io"},"d":{"h":"*.s3.amazonaws.com"}}, 182 | {"o":{"h":"*.thingiverse.com"},"d":{"h":"*.thingiverse-production.s3.amazonaws.com"}}, 183 | {"o":{"h":"*.thingiverse.com"},"d":{"h":"*.thingiverse-rerender.s3.amazonaws.com"}}, 184 | {"o":{"h":"*.thingiverse.com"},"d":{"h":"*.s3.amazonaws.com"}}, 185 | {"o":{"h":"*.wikia.com"},"d":{"h":"*.wikia-beacon.com"}}, 186 | {"o":{"h":"*.github.com"},"d":{"h":"*.media.githubusercontent.com"}}, 187 | {"o":{"h":"*.designspiration.net"},"d":{"h":"*.dspnimg.com"}}, 188 | {"o":{"h":"*.archivetextures.net"},"d":{"h":"*.storage3d.com"}}, 189 | {"o":{"h":"*.ecrans.fr"},"d":{"h":"*.liberation.fr"}}, 190 | {"o":{"h":"*.ifttt.com"},"d":{"h":"*.d3rnbxvnd0hlox.cloudfront.net"}}, 191 | {"o":{"h":"*.bssaudio.com"},"d":{"h":"*.harmanpro.com"}}, 192 | {"o":{"h":"*.lexiconpro.com"},"d":{"h":"*.harmanpro.com"}}, 193 | {"o":{"h":"*.dbxpro.com"},"d":{"h":"*.harmanpro.com"}}, 194 | {"o":{"h":"*.yamahaproaudio.com"},"d":{"h":"*.yamaha.jp"}}, 195 | {"o":{"h":"*.ehow.com"},"d":{"h":"*.ehownowcdn.com"}}, 196 | {"o":{"h":"*.dominos.fr"},"d":{"h":"*.dominosdomain.com"}}, 197 | {"o":{"h":"*.universetoday.com"},"d":{"h":"*.d1jqu7g1y74ds1.cloudfront.net"}}, 198 | {"o":{"h":"*.akg.com"},"d":{"h":"*.bestquestions.com"}}, 199 | {"o":{"h":"*.heise.de"},"d":{"h":"*.ix.de"}}, 200 | {"o":{"h":"*.bountysource.com"},"d":{"h":"*.d2bbtvgnhux6eq.cloudfront.net"}}, 201 | {"o":{"h":"*.bountysource.com"},"d":{"h":"*.akamaihd.net"}}, 202 | {"o":{"h":"*.lesjoiesducode.fr"},"d":{"h":"*.ljdchost.com"}}, 203 | {"o":{"h":"*.lefigaro.fr"},"d":{"h":"*.f1g.fr"}}, 204 | {"o":{"h":"*.marmiton.org"},"d":{"h":"*.marmitoncdn.org"}}, 205 | {"o":{"h":"*.tomsguide.com"},"d":{"h":"*.bestofmedia.com"}}, 206 | {"o":{"h":"*.arkos.io"},"d":{"h":"*.citizenweb.io"}}, 207 | {"o":{"h":"*.fusion.net"},"d":{"h":"*.wp.com"}}, 208 | {"o":{"h":"*.ign.com"},"d":{"h":"*.ignimgs.com"}}, 209 | {"o":{"h":"*.verynicesites.com"},"d":{"h":"*.verynicesites.s3.amazonaws.com"}}, 210 | {"o":{"h":"*.codepen.io"},"d":{"h":"*.cdpn.io"}}, 211 | {"o":{"h":"*.vid.me"},"d":{"h":"*.kxcdn.com"}}, 212 | {"o":{"h":"*.vid.me"},"d":{"h":"*.d1wst0behutosd.cloudfront.net"}}, 213 | {"o":{"h":"*.howstuffworks.com"},"d":{"h":"*.hswstatic.com"}}, 214 | {"o":{"h":"*.hitbox.tv"},"d":{"h":"*.google.com"}}, 215 | {"o":{"h":"*.fav.me"},"d":{"h":"*.deviantart.com"}}, 216 | {"o":{"h":"*.hongkiat.com"},"d":{"h":"*.netdna-cdn.com"}}, 217 | {"o":{"h":"*.sfgirlbybay.com"},"d":{"h":"*.netdna-cdn.com"}}, 218 | {"o":{"h":"*.fortawesome.github.io"},"d":{"h":"*.bootstrapcdn.com"}}, 219 | {"o":{"h":"*.thiswasmybest.com"},"d":{"h":"*.amazonaws.com"}}, 220 | {"o":{"h":"*.ultimate-guitar.com"},"d":{"h":"*.ustatik.com"}}, 221 | {"o":{"h":"*.jorani.org"},"d":{"h":"*.cloudflare.com"}}, 222 | {"o":{"h":"*.vikingcodeschool.com"},"d":{"h":"*.s3.amazonaws.com"}}, 223 | {"o":{"h":"*.cdiscount.com"},"d":{"h":"*.cdscdn.com"}}, 224 | {"o":{"h":"*.kickass.to"},"d":{"h":"*.kastatic.com"}}, 225 | {"o":{"h":"*.nsfwyoutube.com"},"d":{"h":"*.youtube.com"}}, 226 | {"o":{"h":"*.samaltman.com"},"d":{"h":"*.phaven-prod.s3.amazonaws.com"}}, 227 | {"o":{"h":"*.samaltman.com"},"d":{"h":"*.posthaven-assets.s3.amazonaws.com"}}, 228 | {"o":{"h":"*.bloomberg.com"},"d":{"h":"*.bwbx.io"}}, 229 | {"o":{"h":"*.codepen.io"},"d":{"h":"*.s3-us-west-2.amazonaws.com"}}, 230 | {"o":{"h":"*.codepen.io"},"d":{"h":"*.cloudflare.com"}}, 231 | {"o":{"h":"*.hansje.net"},"d":{"h":"*.cargocollective.com"}}, 232 | {"o":{"h":"*.indiegogo.com"},"d":{"h":"*.iggcdn.com"}} 233 | ], 234 | "deny":[] 235 | } 236 | } -------------------------------------------------------------------------------- /official-allow_mozilla.json: -------------------------------------------------------------------------------- 1 | { 2 | "entries":{ 3 | }, 4 | "metadata":{ 5 | "version":1, 6 | "serial":2017091401 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /official-allow_sameorg.json: -------------------------------------------------------------------------------- 1 | { 2 | "metadata":{ 3 | "version":1, 4 | "serial":2018040501 5 | }, 6 | "entries":{ 7 | "allow":[ 8 | {"o":{"h":"*.leparisien.fr"},"d":{"h":"*.lprs1.fr"}}, 9 | {"o":{"h":"*.amazon.ca"},"d":{"h":"*.images-amazon.com"}}, 10 | {"o":{"h":"*.amazon.ca"},"d":{"h":"*.ssl-images-amazon.com"}}, 11 | {"o":{"h":"*.amazon.com"},"d":{"h":"*.images-amazon.com"}}, 12 | {"o":{"h":"*.amazon.fr"},"d":{"h":"*.images-amazon.com"}}, 13 | {"o":{"h":"*.amazon.de"},"d":{"h":"*.images-amazon.com"}}, 14 | {"o":{"h":"*.aol.com"},"d":{"h":"*.aolcdn.com"}}, 15 | {"o":{"h":"*.ebay.ca"},"d":{"h":"*.ebaystatic.com"}}, 16 | {"o":{"h":"*.ebay.com"},"d":{"h":"*.ebaystatic.com"}}, 17 | {"o":{"h":"*.ebay.fr"},"d":{"h":"*.ebaystatic.com"}}, 18 | {"o":{"h":"*.ebay.fr"},"d":{"h":"*.ebayimg.com"}}, 19 | {"o":{"h":"*.ebay.fr"},"d":{"h":"*.ebay.com"}}, 20 | {"o":{"h":"*.ebay.fr"},"d":{"h":"*.ebaydesc.com"}}, 21 | {"o":{"h":"*.ebay.co.uk"},"d":{"h":"*.ebay.com"}}, 22 | {"o":{"h":"*.ebay.co.uk"},"d":{"h":"*.ebaystatic.com"}}, 23 | {"o":{"h":"*.ebay.com.au"},"d":{"h":"*.ebay.com"}}, 24 | {"o":{"h":"*.ebay.com.au"},"d":{"h":"*.ebaystatic.com"}}, 25 | {"o":{"h":"*.ebaydesc.com"},"d":{"h":"*.ebaystatic.com"}}, 26 | {"o":{"h":"*.facebook.com"},"d":{"h":"*.fbcdn.net"}}, 27 | {"o":{"h":"*.fb.me"},"d":{"h":"*.facebook.com"}}, 28 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.ytimg.com"}}, 29 | {"o":{"h":"*.youtube.com"},"d":{"h":"*.googlevideo.com"}}, 30 | {"o":{"h":"*.live.com"},"d":{"h":"*.gfx.ms"}}, 31 | {"o":{"h":"*.microsoft.com"},"d":{"h":"*.s-microsoft.com"}}, 32 | {"o":{"h":"*.myspace.com"},"d":{"h":"*.myspacecdn.com"}}, 33 | {"o":{"h":"*.paypal.com"},"d":{"h":"*.paypalobjects.com"}}, 34 | {"o":{"h":"*.sf.net"},"d":{"h":"*.sourceforge.net"}}, 35 | {"o":{"h":"*.askubuntu.com"},"d":{"h":"*.sstatic.net"}}, 36 | {"o":{"h":"*.serverfault.com"},"d":{"h":"*.sstatic.net"}}, 37 | {"o":{"h":"*.superuser.com"},"d":{"h":"*.sstatic.net"}}, 38 | {"o":{"h":"*.stackexchange.com"},"d":{"h":"*.sstatic.net"}}, 39 | {"o":{"h":"*.stackoverflow.com"},"d":{"h":"*.sstatic.net"}}, 40 | {"o":{"h":"*.wikibooks.org"},"d":{"h":"*.wikimedia.org"}}, 41 | {"o":{"h":"*.wikimedia.org"},"d":{"h":"*.wikibooks.org"}}, 42 | {"o":{"h":"*.wiktionary.org"},"d":{"h":"*.wikimedia.org"}}, 43 | {"o":{"h":"*.wikipedia.org"},"d":{"h":"*.wikimedia.org"}}, 44 | {"o":{"h":"*.wikinews.org"},"d":{"h":"*.wikimedia.org"}}, 45 | {"o":{"h":"*.wikisource.org"},"d":{"h":"*.wikimedia.org"}}, 46 | {"o":{"h":"*.wikiversity.org"},"d":{"h":"*.wikimedia.org"}}, 47 | {"o":{"h":"*.wikivoyage.org"},"d":{"h":"*.wikimedia.org"}}, 48 | {"o":{"h":"*.wikidata.org"},"d":{"h":"*.wikimedia.org"}}, 49 | {"o":{"h":"*.wikimediafoundation.org"},"d":{"h":"*.wikimedia.org"}}, 50 | {"o":{"h":"*.mediawiki.org"},"d":{"h":"*.wikimedia.org"}}, 51 | {"o":{"h":"*.wmflabs.org"},"d":{"h":"*.wikimedia.org"}}, 52 | {"o":{"h":"*.cnet.com"},"d":{"h":"*.cbsistatic.com"}}, 53 | {"o":{"h":"*.cnn.com"},"d":{"h":"*.turner.com"}}, 54 | {"o":{"h":"*.theguardian.com"},"d":{"h":"*.guim.co.uk"}}, 55 | {"o":{"h":"*.bbc.co.uk"},"d":{"h":"*.bbci.co.uk"}}, 56 | {"o":{"h":"*.bbc.co.uk"},"d":{"h":"*.bbc.com"}}, 57 | {"o":{"h":"*.bbc.com"},"d":{"h":"*.bbci.co.uk"}}, 58 | {"o":{"h":"*.bbc.com"},"d":{"h":"*.bbc.co.uk"}}, 59 | {"o":{"h":"*.bbc.com"},"d":{"h":"*.bbcimg.co.uk"}}, 60 | {"o":{"h":"*.download.com"},"d":{"h":"*.cnet.com"}}, 61 | {"o":{"h":"*.cnet.com"},"d":{"h":"*.cbsi.com"}}, 62 | {"o":{"h":"*.flickr.com"},"d":{"h":"*.yimg.com"}}, 63 | {"o":{"h":"*.flickr.com"},"d":{"h":"*.staticflickr.com"}}, 64 | {"o":{"h":"*.imdb.com"},"d":{"h":"*.media-imdb.com"}}, 65 | {"o":{"h":"*.allocine.fr"},"d":{"h":"*.acsta.net"}}, 66 | {"o":{"h":"*.mapquest.com"},"d":{"h":"*.mqcdn.com"}}, 67 | {"o":{"h":"*.mqcdn.com"},"d":{"h":"*.aolcdn.com"}}, 68 | {"o":{"h":"*.mapquest.com"},"d":{"h":"*.aolcdn.com"}}, 69 | {"o":{"h":"*.metacafe.com"},"d":{"h":"*.mcstatic.com"}}, 70 | {"o":{"h":"*.metacafe.com"},"d":{"h":"*.mccont.com"}}, 71 | {"o":{"h":"*.netflix.com"},"d":{"h":"*.nflximg.net"}}, 72 | {"o":{"h":"*.tagged.com"},"d":{"h":"*.tagstat.com"}}, 73 | {"o":{"h":"*.osm.org"},"d":{"h":"*.openstreetmap.org"}}, 74 | {"o":{"h":"*.weather.com"},"d":{"h":"*.imwx.com"}}, 75 | {"o":{"h":"*.slashdot.org"},"d":{"h":"*.fsdn.com"}}, 76 | {"o":{"h":"*.comedycentral.com"},"d":{"h":"*.cc.com"}}, 77 | {"o":{"h":"*.cc.com"},"d":{"h":"*.comedycentral.com"}}, 78 | {"o":{"h":"*.southparkstudios.com"},"d":{"h":"*.cc.com"}}, 79 | {"o":{"h":"*.cc.com"},"d":{"h":"*.southparkstudios.com"}}, 80 | {"o":{"h":"*.icanhazcheezburger.com"},"d":{"h":"*.icanhascheezburger.com"}}, 81 | {"o":{"h":"*.icanhascheezburger.com"},"d":{"h":"*.cheezburger.com"}}, 82 | {"o":{"h":"*.cheezburger.com"},"d":{"h":"*.chzbgr.com"}}, 83 | {"o":{"h":"*.gizmodo.com"},"d":{"h":"*.gizmodo.fr"}}, 84 | {"o":{"h":"*.gawker.com"},"d":{"h":"*.kinja-img.com"}}, 85 | {"o":{"h":"*.gawker.com"},"d":{"h":"*.kinja-static.com"}}, 86 | {"o":{"h":"*.kotaku.com"},"d":{"h":"*.kinja-img.com"}}, 87 | {"o":{"h":"*.kotaku.com"},"d":{"h":"*.kinja-static.com"}}, 88 | {"o":{"h":"*.lifehacker.com"},"d":{"h":"*.kinja-img.com"}}, 89 | {"o":{"h":"*.lifehacker.com"},"d":{"h":"*.kinja-static.com"}}, 90 | {"o":{"h":"*.bitbucket.com"},"d":{"h":"*.bitbucket.org"}}, 91 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars0.githubusercontent.com"}}, 92 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars3.githubusercontent.com"}}, 93 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars2.githubusercontent.com"}}, 94 | {"o":{"h":"*.github.com"},"d":{"h":"*.camo.githubusercontent.com"}}, 95 | {"o":{"h":"*.github.com"},"d":{"h":"*.avatars1.githubusercontent.com"}}, 96 | {"o":{"h":"*.github.com"},"d":{"h":"*.cloud.githubusercontent.com"}}, 97 | {"o":{"h":"*.citicards.com"},"d":{"h":"*.citi.com"}}, 98 | {"o":{"h":"*.groupeiweb.com"},"d":{"h":"*.iweb.com"}}, 99 | {"o":{"h":"*.hulu.com"},"d":{"h":"*.huluim.com"}}, 100 | {"o":{"h":"*.soundcloud.com"},"d":{"h":"*.sndcdn.com"}}, 101 | {"o":{"h":"*.dailymotion.com"},"d":{"h":"*.dmcdn.net"}}, 102 | {"o":{"h":"*.dailymotion.fr"},"d":{"h":"*.dailymotion.com"}}, 103 | {"o":{"h":"*.reddit.com"},"d":{"h":"*.thumbs.redditmedia.com"}}, 104 | {"o":{"h":"*.reddit.com"},"d":{"h":"*.redditstatic.com"}}, 105 | {"o":{"h":"*.godaddy.com"},"d":{"h":"*.wsimg.com"}}, 106 | {"o":{"h":"*.android.com"},"d":{"h":"*.gstatic.com"}}, 107 | {"o":{"h":"*.last.fm"},"d":{"h":"*.lst.fm"}}, 108 | {"o":{"h":"*.scribd.com"},"d":{"h":"*.scribdassets.com"}}, 109 | {"o":{"h":"*.wordpress.com"},"d":{"h":"*.wp.com"}}, 110 | {"o":{"h":"*.1and1.com"},"d":{"h":"*.uicdn.net"}}, 111 | {"o":{"h":"*.mozilla.com"},"d":{"h":"*.mozilla.org"}}, 112 | {"o":{"h":"*.mozilla.org"},"d":{"h":"*.mozilla.net"}}, 113 | {"o":{"h":"*.yelp.com"},"d":{"h":"*.yelpcdn.com"}}, 114 | {"o":{"h":"*.twitter.com"},"d":{"h":"*.twimg.com"}}, 115 | {"o":{"h":"*.pricegrabber.com"},"d":{"h":"*.pgcdn.com"}}, 116 | {"o":{"h":"*.wolframalpha.com"},"d":{"h":"*.wolframcdn.com"}}, 117 | {"o":{"h":"*.bugzilla.org"},"d":{"h":"*.mozilla.org"}}, 118 | {"o":{"h":"*.makeprojects.com"},"d":{"h":"*.makezine.com"}}, 119 | {"o":{"h":"*.okcupid.com"},"d":{"h":"*.okccdn.com"}}, 120 | {"o":{"h":"*.booq.com"},"d":{"h":"*.booqbags.com"}}, 121 | {"o":{"h":"*.theonion.com"},"d":{"h":"*.onionstatic.com"}}, 122 | {"o":{"h":"*.americanapparelstore.com"},"d":{"h":"*.americanapparel.net"}}, 123 | {"o":{"h":"*.americanapparel.net"},"d":{"h":"*.scene7.com"}}, 124 | {"o":{"h":"*.vulture.com"},"d":{"h":"*.nymag.com"}}, 125 | {"o":{"h":"*.ehow.com"},"d":{"h":"*.ehowcdn.com"}}, 126 | {"o":{"h":"*.slideshare.com"},"d":{"h":"*.slideshare.net"}}, 127 | {"o":{"h":"*.slideshare.net"},"d":{"h":"*.slidesharecdn.com"}}, 128 | {"o":{"h":"*.vimeo.com"},"d":{"h":"*.vimeocdn.com"}}, 129 | {"o":{"h":"*.norton.com"},"d":{"h":"*.symassets.com"}}, 130 | {"o":{"h":"*.failblog.org"},"d":{"h":"*.cheezburger.com"}}, 131 | {"o":{"h":"*.zillow.com"},"d":{"h":"*.zillowstatic.com"}}, 132 | {"o":{"h":"*.wsj.com"},"d":{"h":"*.wsj.net"}}, 133 | {"o":{"h":"*.theplanet.com"},"d":{"h":"*.softlayer.com"}}, 134 | {"o":{"h":"*.chromium.org"},"d":{"h":"*.gstatic.com"}}, 135 | {"o":{"h":"*.deviantart.net"},"d":{"h":"*.deviantart.com"}}, 136 | {"o":{"h":"*.deviantart.com"},"d":{"h":"*.deviantart.net"}}, 137 | {"o":{"h":"*.deviantart.com"},"d":{"h":"*.da-files.com"}}, 138 | {"o":{"h":"*.livestrong.com"},"d":{"h":"*.demandstudios.com"}}, 139 | {"o":{"h":"*.livestrong.com"},"d":{"h":"*.livestrongcdn.com"}}, 140 | {"o":{"h":"*.yahoo.com"},"d":{"h":"*.yimg.com"}}, 141 | {"o":{"h":"*.huffingtonpost.com"},"d":{"h":"*.huffingtonpost.fr"}}, 142 | {"o":{"h":"*.huffingtonpost.fr"},"d":{"h":"*.huffpost.com"}}, 143 | {"o":{"h":"*.skype.com"},"d":{"h":"*.skypeassets.com"}}, 144 | {"o":{"h":"*.rackspacecloud.com"},"d":{"h":"*.rackspace.com"}}, 145 | {"o":{"h":"*.rackspace.com"},"d":{"h":"*.rackcdn.com"}}, 146 | {"o":{"h":"*.wikia.com"},"d":{"h":"*.nocookie.net"}}, 147 | {"o":{"h":"*.pamfax.biz"},"d":{"h":"*.pamfax.net"}}, 148 | {"o":{"h":"*.yuku.net"},"d":{"h":"*.yuku.com"}}, 149 | {"o":{"h":"*.starfieldtech.com"},"d":{"h":"*.wsimg.com"}}, 150 | {"o":{"h":"*.resellercontrolcenter.com"},"d":{"h":"*.wsimg.com"}}, 151 | {"o":{"h":"*.allrecipes.com"},"d":{"h":"*.media-allrecipes.com"}}, 152 | {"o":{"h":"*.wikihow.com"},"d":{"h":"*.whstatic.com"}}, 153 | {"o":{"h":"*.pcworld.com"},"d":{"h":"*.staticworld.net"}}, 154 | {"o":{"h":"*.docstoc.com"},"d":{"h":"*.docstoccdn.com"}}, 155 | {"o":{"h":"*.walmart.com"},"d":{"h":"*.walmartimages.com"}}, 156 | {"o":{"h":"*.officedepot.com"},"d":{"h":"*.odcdn.com"}}, 157 | {"o":{"h":"*.jalopnik.com"},"d":{"h":"*.kinja-img.com"}}, 158 | {"o":{"h":"*.jalopnik.com"},"d":{"h":"*.kinja-static.com"}}, 159 | {"o":{"h":"*.nextag.com"},"d":{"h":"*.static-nextag.com"}}, 160 | {"o":{"h":"*.travelzoo.com"},"d":{"h":"*.tzoo-img.com"}}, 161 | {"o":{"h":"*.prismskylabs.com"},"d":{"h":"*.prism.com"}}, 162 | {"o":{"h":"*.mrskin.com"},"d":{"h":"*.mrskincdn.com"}}, 163 | {"o":{"h":"*.mercurynews.com"},"d":{"h":"*.mnginteractive.com"}}, 164 | {"o":{"h":"*.hotwire.com"},"d":{"h":"*.hotwirestatic.com"}}, 165 | {"o":{"h":"*.tomshardware.com"},"d":{"h":"*.bestofmedia.com"}}, 166 | {"o":{"h":"*.tomshardware.com"},"d":{"h":"*.bestofmicro.com"}}, 167 | {"o":{"h":"*.wireshark.net"},"d":{"h":"*.wireshark.org"}}, 168 | {"o":{"h":"*.msn.com"},"d":{"h":"*.s-msn.com"}}, 169 | {"o":{"h":"*.twitch.tv"},"d":{"h":"*.jtvnw.net"}}, 170 | {"o":{"h":"*.twitch.tv"},"d":{"h":"*.justin.tv"}}, 171 | {"o":{"h":"*.twitch.tv"},"d":{"h":"*.ttvnw.net"}}, 172 | {"o":{"h":"*.twitch.tv"},"d":{"h":"*.twitchcdn.net"}}, 173 | {"o":{"h":"*.websitegrader.com"},"d":{"h":"*.grader.com"}}, 174 | {"o":{"h":"*.grader.com"},"d":{"h":"*.hsappstatic.net"}}, 175 | {"o":{"h":"*.flattr.com"},"d":{"h":"*.flattr.net"}}, 176 | {"o":{"h":"*.itunes.com"},"d":{"h":"*.apple.com"}}, 177 | {"o":{"h":"*.thesaurus.com"},"d":{"h":"*.sfdict.com"}}, 178 | {"o":{"h":"*.thesaurus.com"},"d":{"h":"*.dictionary.com"}}, 179 | {"o":{"h":"*.ibm.com"},"d":{"h":"*.s81c.com"}}, 180 | {"o":{"h":"*.informationweek.com"},"d":{"h":"*.deusm.com"}}, 181 | {"o":{"h":"*.linkedin.com"},"d":{"h":"*.licdn.com"}}, 182 | {"o":{"h":"*.theaustralian.com.au"},"d":{"h":"*.news.com.au"}}, 183 | {"o":{"h":"*.news.com.au"},"d":{"h":"*.theaustralian.com.au"}}, 184 | {"o":{"h":"*.theaustralian.com.au"},"d":{"h":"*.newscdn.com.au"}}, 185 | {"o":{"h":"*.quora.com"},"d":{"h":"*.quoracdn.net"}}, 186 | {"o":{"h":"*.dictionary.com"},"d":{"h":"*.reference.com"}}, 187 | {"o":{"h":"*.reference.com"},"d":{"h":"*.sfdict.com"}}, 188 | {"o":{"h":"*.stubhub.com"},"d":{"h":"*.stubhubstatic.com"}}, 189 | {"o":{"h":"*.theatermania.com"},"d":{"h":"*.tm-cdn.com"}}, 190 | {"o":{"h":"*.www.blogspot.com"},"d":{"h":"*.blogger.com"}}, 191 | {"o":{"h":"*.packetstormsecurity.org"},"d":{"h":"*.packetstormsecurity.com"}}, 192 | {"o":{"h":"*.packetstormsecurity.com"},"d":{"h":"*.packetstatic.com"}}, 193 | {"o":{"h":"*.jsdo.it"},"d":{"h":"*.jsdo-it-static-contents.s3.amazonaws.com"}}, 194 | {"o":{"h":"*.zdnet.com"},"d":{"h":"*.cbsimg.net"}}, 195 | {"o":{"h":"*.ipayment.de"},"d":{"h":"*.1und1.de"}}, 196 | {"o":{"h":"*.1und1.de"},"d":{"h":"*.uicdn.net"}}, 197 | {"o":{"h":"*.arstechnica.com"},"d":{"h":"*.arstechnica.net"}}, 198 | {"o":{"h":"*.resurva.com"},"d":{"h":"*.offshootwpn.com"}}, 199 | {"o":{"h":"*.etsy.com"},"d":{"h":"*.etsystatic.com"}}, 200 | {"o":{"h":"*.google.com"},"d":{"h":"*.ggpht.com"}}, 201 | {"o":{"h":"*.google.com"},"d":{"h":"*.googleusercontent.com"}}, 202 | {"o":{"h":"*.codecanyon.net"},"d":{"h":"*.envato.com"}}, 203 | {"o":{"h":"*.shopzilla.com"},"d":{"h":"*.bizrate.com"}}, 204 | {"o":{"h":"*.bizrate.com"},"d":{"h":"*.shopzilla.com"}}, 205 | {"o":{"h":"*.shopzilla.com"},"d":{"h":"*.shopzilla-images.com"}}, 206 | {"o":{"h":"*.paypal-search.com"},"d":{"h":"*.paypal.com"}}, 207 | {"o":{"h":"*.aeriagames.com"},"d":{"h":"*.aeriastatic.com"}}, 208 | {"o":{"h":"*.ancestry.com"},"d":{"h":"*.mfcreative.com"}}, 209 | {"o":{"h":"*.autodesk.com"},"d":{"h":"*.autodesk.net"}}, 210 | {"o":{"h":"*.barnesandnoble.com"},"d":{"h":"*.imagesbn.com"}}, 211 | {"o":{"h":"*.bigfishgames.com"},"d":{"h":"*.bigfishsites.com"}}, 212 | {"o":{"h":"*.bing.com"},"d":{"h":"*.bing.net"}}, 213 | {"o":{"h":"*.bleepingcomputer.com"},"d":{"h":"*.bleepstatic.com"}}, 214 | {"o":{"h":"*.curse.com"},"d":{"h":"*.cursecdn.com"}}, 215 | {"o":{"h":"*.dripbook.com"},"d":{"h":"*.dripimg.com"}}, 216 | {"o":{"h":"*.dripbook.com"},"d":{"h":"*.dripstatic.com"}}, 217 | {"o":{"h":"*.uol.com.br"},"d":{"h":"*.imguol.com"}}, 218 | {"o":{"h":"*.yahoo.co.jp"},"d":{"h":"*.yimg.jp"}}, 219 | {"o":{"h":"*.sina.com.cn"},"d":{"h":"*.sinaimg.cn"}}, 220 | {"o":{"h":"*.163.com"},"d":{"h":"*.netease.com"}}, 221 | {"o":{"h":"*.joyo.com"},"d":{"h":"*.amazon.cn"}}, 222 | {"o":{"h":"*.tudou.com"},"d":{"h":"*.tudouui.com"}}, 223 | {"o":{"h":"*.tudou.com"},"d":{"h":"*.tdimg.com"}}, 224 | {"o":{"h":"*.comcast.net"},"d":{"h":"*.cimcontent.net"}}, 225 | {"o":{"h":"*.daum.net"},"d":{"h":"*.daumcdn.net"}}, 226 | {"o":{"h":"*.mail.ru"},"d":{"h":"*.mradx.net"}}, 227 | {"o":{"h":"*.mail.ru"},"d":{"h":"*.imgsmail.ru"}}, 228 | {"o":{"h":"*.skyrock.com"},"d":{"h":"*.skyrock.net"}}, 229 | {"o":{"h":"*.netlog.com"},"d":{"h":"*.netlogstatic.com"}}, 230 | {"o":{"h":"*.rambler.ru"},"d":{"h":"*.rl0.ru"}}, 231 | {"o":{"h":"*.orange.fr"},"d":{"h":"*.woopic.com"}}, 232 | {"o":{"h":"*.yandex.ru"},"d":{"h":"*.yastatic.net"}}, 233 | {"o":{"h":"*.yandex.ru"},"d":{"h":"*.yandex.st"}}, 234 | {"o":{"h":"*.habrahabr.ru"},"d":{"h":"*.habrastorage.org"}}, 235 | {"o":{"h":"*.google.com"},"d":{"h":"*.google.fr"}}, 236 | {"o":{"h":"*.google.com"},"d":{"h":"*.gstatic.com"}}, 237 | {"o":{"h":"*.google.fr"},"d":{"h":"*.google.com"}}, 238 | {"o":{"h":"*.baidu.com"},"d":{"h":"*.bdstatic.com"}}, 239 | {"o":{"h":"*.taobao.com"},"d":{"h":"*.tbcdn.cn"}}, 240 | {"o":{"h":"*.taobao.com"},"d":{"h":"*.taobaocdn.com"}}, 241 | {"o":{"h":"*.taobao.com"},"d":{"h":"*.alicdn.com"}}, 242 | {"o":{"h":"*.qq.com"},"d":{"h":"*.gtimg.com"}}, 243 | {"o":{"h":"*.qq.com"},"d":{"h":"*.qpic.cn"}}, 244 | {"o":{"h":"*.qq.com"},"d":{"h":"*.gtimg.cn"}}, 245 | {"o":{"h":"*.google.co.in"},"d":{"h":"*.google.com"}}, 246 | {"o":{"h":"*.google.co.in"},"d":{"h":"*.gstatic.com"}}, 247 | {"o":{"h":"*.sina.com.cn"},"d":{"h":"*.sinajs.cn"}}, 248 | {"o":{"h":"*.tmall.com"},"d":{"h":"*.alicdn.com"}}, 249 | {"o":{"h":"*.tmall.com"},"d":{"h":"*.tbcdn.cn"}}, 250 | {"o":{"h":"*.tmall.com"},"d":{"h":"*.taobaocdn.com"}}, 251 | {"o":{"h":"*.tmall.com"},"d":{"h":"*.taobao.com"}}, 252 | {"o":{"h":"*.weibo.com"},"d":{"h":"*.sinaimg.cn"}}, 253 | {"o":{"h":"*.weibo.com"},"d":{"h":"*.sinajs.cn"}}, 254 | {"o":{"h":"*.blogger.com"},"d":{"h":"*.googleusercontent.com"}}, 255 | {"o":{"h":"*.blogspot.com"},"d":{"h":"*.blogspot.fr"}}, 256 | {"o":{"h":"*.blogspot.fr"},"d":{"h":"*.blogblog.com"}}, 257 | {"o":{"h":"*.blogspot.fr"},"d":{"h":"*.blogger.com"}}, 258 | {"o":{"h":"*.blogspot.fr"},"d":{"h":"*.bp.blogspot.com"}}, 259 | {"o":{"h":"*.blogspot.com"},"d":{"h":"*.blogblog.com"}}, 260 | {"o":{"h":"*.blogspot.com"},"d":{"h":"*.blogger.com"}}, 261 | {"o":{"h":"*.blogspot.com"},"d":{"h":"*.bp.blogspot.com"}}, 262 | {"o":{"h":"*.ebay.com"},"d":{"h":"*.ebayimg.com"}}, 263 | {"o":{"h":"*.mywot.com"},"d":{"h":"*.mywot.net"}}, 264 | {"o":{"h":"*.hao123.com"},"d":{"h":"*.hao123img.com"}}, 265 | {"o":{"h":"*.vk.com"},"d":{"h":"*.vk.me"}}, 266 | {"o":{"h":"*.google.de"},"d":{"h":"*.google.com"}}, 267 | {"o":{"h":"*.google.de"},"d":{"h":"*.gstatic.com"}}, 268 | {"o":{"h":"*.bing.com"},"d":{"h":"*.virtualearth.net"}}, 269 | {"o":{"h":"*.bing.com"},"d":{"h":"*.live.com"}}, 270 | {"o":{"h":"*.ask.com"},"d":{"h":"*.bing.net"}}, 271 | {"o":{"h":"*.pinterest.com"},"d":{"h":"*.pnimg.com"}}, 272 | {"o":{"h":"*.huffingtonpost.com"},"d":{"h":"*.huffpost.com"}}, 273 | {"o":{"h":"*.sohu.com"},"d":{"h":"*.itc.cn"}}, 274 | {"o":{"h":"*.instagram.com"},"d":{"h":"*.cdninstagram.com"}}, 275 | {"o":{"h":"*.aliexpress.com"},"d":{"h":"*.alicdn.com"}}, 276 | {"o":{"h":"*.aliexpress.com"},"d":{"h":"*.aliunicorn.com"}}, 277 | {"o":{"h":"*.aliexpress.com"},"d":{"h":"*.aliimg.com"}}, 278 | {"o":{"h":"*.aliexpress.com"},"d":{"h":"*.alibaba.com"}}, 279 | {"o":{"h":"*.alibaba.com"},"d":{"h":"*.alicdn.com"}}, 280 | {"o":{"h":"*.alibaba.com"},"d":{"h":"*.aliunicorn.com"}}, 281 | {"o":{"h":"*.alibaba.com"},"d":{"h":"*.aliimg.com"}}, 282 | {"o":{"h":"*.amazon.co.jp"},"d":{"h":"*.images-amazon.com"}}, 283 | {"o":{"h":"*.google.com.br"},"d":{"h":"*.google.com"}}, 284 | {"o":{"h":"*.google.com.br"},"d":{"h":"*.gstatic.com"}}, 285 | {"o":{"h":"*.google.ru"},"d":{"h":"*.google.com"}}, 286 | {"o":{"h":"*.google.ru"},"d":{"h":"*.gstatic.com"}}, 287 | {"o":{"h":"*.360.cn"},"d":{"h":"*.qhimg.com"}}, 288 | {"o":{"h":"*.google.it"},"d":{"h":"*.google.com"}}, 289 | {"o":{"h":"*.google.it"},"d":{"h":"*.gstatic.com"}}, 290 | {"o":{"h":"*.google.es"},"d":{"h":"*.google.com"}}, 291 | {"o":{"h":"*.google.es"},"d":{"h":"*.gstatic.com"}}, 292 | {"o":{"h":"*.soso.com"},"d":{"h":"*.sogou.com"}}, 293 | {"o":{"h":"*.soso.com"},"d":{"h":"*.sogoucdn.com"}}, 294 | {"o":{"h":"*.xhamster.com"},"d":{"h":"*.xhcdn.com"}}, 295 | {"o":{"h":"*.craigslist.fr"},"d":{"h":"*.craigslist.org"}}, 296 | {"o":{"h":"*.espn.go.com"},"d":{"h":"*.espncdn.com"}}, 297 | {"o":{"h":"*.google.com.mx"},"d":{"h":"*.google.com"}}, 298 | {"o":{"h":"*.google.com.mx"},"d":{"h":"*.gstatic.com"}}, 299 | {"o":{"h":"*.google.com.hk"},"d":{"h":"*.google.com"}}, 300 | {"o":{"h":"*.google.com.hk"},"d":{"h":"*.gstatic.com"}}, 301 | {"o":{"h":"*.cntv.cn"},"d":{"h":"*.cctvpic.com"}}, 302 | {"o":{"h":"*.pornhub.com"},"d":{"h":"*.phncdn.com"}}, 303 | {"o":{"h":"*.google.com.tr"},"d":{"h":"*.google.com"}}, 304 | {"o":{"h":"*.google.com.tr"},"d":{"h":"*.gstatic.com"}}, 305 | {"o":{"h":"*.ebay.de"},"d":{"h":"*.ebaystatic.com"}}, 306 | {"o":{"h":"*.rakuten.co.jp"},"d":{"h":"*.rakuten-static.com"}}, 307 | {"o":{"h":"*.alipay.com"},"d":{"h":"*.alipayobjects.com"}}, 308 | {"o":{"h":"*.naver.com"},"d":{"h":"*.naver.net"}}, 309 | {"o":{"h":"*.amazon.cn"},"d":{"h":"*.images-amazon.com"}}, 310 | {"o":{"h":"*.google.pl"},"d":{"h":"*.google.com"}}, 311 | {"o":{"h":"*.google.pl"},"d":{"h":"*.gstatic.com"}}, 312 | {"o":{"h":"*.google.com.au"},"d":{"h":"*.google.com"}}, 313 | {"o":{"h":"*.google.com.au"},"d":{"h":"*.gstatic.com"}}, 314 | {"o":{"h":"*.flipkart.com"},"d":{"h":"*.flixcart.com"}}, 315 | {"o":{"h":"*.adobe.com"},"d":{"h":"*.adobelogin.com"}}, 316 | {"o":{"h":"*.odnoklassniki.ru"},"d":{"h":"*.ok.ru"}}, 317 | {"o":{"h":"*.ok.ru"},"d":{"h":"*.mycdn.me"}}, 318 | {"o":{"h":"*.thepiratebay.se"},"d":{"h":"*.bayimg.com"}}, 319 | {"o":{"h":"*.buzzfeed.com"},"d":{"h":"*.buzzfed.com"}}, 320 | {"o":{"h":"*.pixnet.net"},"d":{"h":"*.pimg.tw"}}, 321 | {"o":{"h":"*.pixnet.net"},"d":{"h":"*.pixfs.net"}}, 322 | {"o":{"h":"*.bestbuy.com"},"d":{"h":"*.bbystatic.com"}}, 323 | {"o":{"h":"*.24tv.ua"},"d":{"h":"*.luxnet.ua"}}, 324 | {"o":{"h":"*.privat24.ua"},"d":{"h":"*.privatbank.ua"}}, 325 | {"o":{"h":"*.habrahabr.ru"},"d":{"h":"*.habracdn.net"}}, 326 | {"o":{"h":"*.habrastorage.org"},"d":{"h":"*.hsto.org"}}, 327 | {"o":{"h":"*.habracdn.net"},"d":{"h":"*.habrastorage.org"}}, 328 | {"o":{"h":"*.habrahabr.ru"},"d":{"h":"*.hsto.org"}}, 329 | {"o":{"h":"*.geektimes.ru"},"d":{"h":"*.habrastorage.org"}}, 330 | {"o":{"h":"*.geektimes.ru"},"d":{"h":"*.habracdn.net"}}, 331 | {"o":{"h":"*.megamozg.ru"},"d":{"h":"*.habrastorage.org"}}, 332 | {"o":{"h":"*.megamozg.ru"},"d":{"h":"*.habracdn.net"}}, 333 | {"o":{"h":"*.tmfeed.ru"},"d":{"h":"*.habrahabr.ru"}}, 334 | {"o":{"h":"*.toster.ru"},"d":{"h":"*.habracdn.net"}}, 335 | {"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habrastorage.org"}}, 336 | {"o":{"h":"*.moikrug.ru"},"d":{"h":"*.habracdn.net"}}, 337 | {"o":{"h":"*.discordapp.com"},"d":{"h":"*.discordapp.com"}}, 338 | {"o":{"h":"*.discordapp.com"},"d":{"h":"*.discordapp.net"}}, 339 | {"o":{"s":"https","h":"*.discordapp.com"},"d":{"s":"wss","h":"*.discord.gg"}} 340 | ], 341 | "deny":[] 342 | } 343 | } 344 | 345 | -------------------------------------------------------------------------------- /official-deny_trackers.json: -------------------------------------------------------------------------------- 1 | { 2 | "metadata":{ 3 | "version":1, 4 | "serial":2015081901 5 | }, 6 | "entries":{ 7 | "allow":[ 8 | {"o":{"h":"*.facebook.com"},"d":{"h":"*.facebook.com"}}, 9 | {"o":{"h":"*.facebook.com"},"d":{"h":"*.facebook.net"}}, 10 | {"o":{"h":"*.facebook.com"},"d":{"h":"*.fbcdn.net"}}, 11 | {"o":{"h":"*.fbcdn.net"},"d":{"h":"*.facebook.com"}}, 12 | {"o":{"h":"*.twimg.com"},"d":{"h":"*.twimg.com"}}, 13 | {"o":{"h":"*.twitter.com"},"d":{"h":"*.twimg.com"}}, 14 | {"o":{"h":"*.twitter.com"},"d":{"h":"*.twitter.com"}} 15 | ], 16 | "deny":[ 17 | {"d":{"h":"*.2mdn.net"}}, 18 | {"d":{"h":"*.2o7.net"}}, 19 | {"d":{"h":"*.4seeresults.com"}}, 20 | {"d":{"h":"*.adbrite.com"}}, 21 | {"d":{"h":"*.adk2.com"}}, 22 | {"d":{"h":"*.admaster.com.cn"}}, 23 | {"d":{"h":"*.admeld.com"}}, 24 | {"d":{"h":"*.adnxs.com"}}, 25 | {"d":{"h":"*.adroll.com"}}, 26 | {"d":{"h":"*.adsonar.com"}}, 27 | {"d":{"h":"*.adsxgm.com"}}, 28 | {"d":{"h":"*.adsymptotic.com"}}, 29 | {"d":{"h":"*.adtechus.com"}}, 30 | {"d":{"h":"*.advertising.com"}}, 31 | {"d":{"h":"*.alexa.com"}}, 32 | {"d":{"h":"*.amazon-adsystem.com"}}, 33 | {"d":{"h":"*.andomedia.com"}}, 34 | {"d":{"h":"*.atdmt.com"}}, 35 | {"d":{"h":"*.atwola.com"}}, 36 | {"d":{"h":"*.audienceiq.com"}}, 37 | {"d":{"h":"*.bizographics.com"}}, 38 | {"d":{"h":"*.bluekai.com"}}, 39 | {"d":{"h":"*.bluelithium.com"}}, 40 | {"d":{"h":"*.chartbeat.com"}}, 41 | {"d":{"h":"*.chartbeat.net"}}, 42 | {"d":{"h":"*.clicksor.com"}}, 43 | {"d":{"h":"*.cmcore.com"}}, 44 | {"d":{"h":"*.contextweb.com"}}, 45 | {"d":{"h":"*.coremetrics.com"}}, 46 | {"d":{"h":"*.crowdscience.com"}}, 47 | {"d":{"h":"*.demdex.net"}}, 48 | {"d":{"h":"*.dl-rms.com"}}, 49 | {"d":{"h":"*.doubleclick.net"}}, 50 | {"d":{"h":"*.doublepimp.com"}}, 51 | {"d":{"h":"*.doubleverify.com"}}, 52 | {"d":{"h":"*.effectivemeasure.net"}}, 53 | {"d":{"h":"*.exelator.com"}}, 54 | {"d":{"h":"*.exoclick.com"}}, 55 | {"d":{"h":"*.exponential.com"}}, 56 | {"d":{"h":"*.facebook.com"}}, 57 | {"d":{"h":"*.facebook.net"}}, 58 | {"d":{"h":"*.fbcdn.net"}}, 59 | {"d":{"h":"*.fmpub.net"}}, 60 | {"d":{"h":"*.foreseeresults.com"}}, 61 | {"d":{"h":"*.gaug.es"}}, 62 | {"d":{"h":"*.gigya.com"}}, 63 | {"d":{"h":"*.glanceguide.com"}}, 64 | {"d":{"h":"*.googleadservices.com"}}, 65 | {"d":{"h":"*.google-analytics.com"}}, 66 | {"d":{"h":"*.googlesyndication.com"}}, 67 | {"d":{"h":"plusone.google.com"}}, 68 | {"d":{"h":"*.himediads.com"}}, 69 | {"d":{"h":"*.histats.com"}}, 70 | {"d":{"h":"*.imrworldwide.com"}}, 71 | {"d":{"h":"*.insightexpressai.com"}}, 72 | {"d":{"h":"*.kissmetrics.com"}}, 73 | {"d":{"h":"*.krxd.net"}}, 74 | {"d":{"h":"*.legolas-media.com"}}, 75 | {"d":{"h":"*.llnwd.net"}}, 76 | {"d":{"h":"*.lphbs.com"}}, 77 | {"d":{"h":"*.marketo.net"}}, 78 | {"d":{"h":"*.mediagra.com"}}, 79 | {"d":{"h":"*.mixpanel.com"}}, 80 | {"d":{"h":"*.mktoresp.com"}}, 81 | {"d":{"h":"*.moatads.com"}}, 82 | {"d":{"h":"*.mookie1.com"}}, 83 | {"d":{"h":"*.networkhm.com"}}, 84 | {"d":{"h":"*.omtrdc.net"}}, 85 | {"d":{"h":"*.pulse360.com"}}, 86 | {"d":{"h":"*.quantserve.com"}}, 87 | {"d":{"h":"*.questionmarket.com"}}, 88 | {"d":{"h":"*.revsci.net"}}, 89 | {"d":{"h":"*.rubiconproject.com"}}, 90 | {"d":{"h":"*.scorecardresearch.com"}}, 91 | {"d":{"h":"*.scribol.com"}}, 92 | {"d":{"h":"*.securestudies.com"}}, 93 | {"d":{"h":"*.serving-sys.com"}}, 94 | {"d":{"h":"*.sharethis.com"}}, 95 | {"d":{"h":"*.statcounter.com"}}, 96 | {"d":{"h":"*.switchadhub.com"}}, 97 | {"d":{"h":"*.tns-counter.ru"}}, 98 | {"d":{"h":"*.trackalyzer.com"}}, 99 | {"d":{"h":"*.traffichaus.com"}}, 100 | {"d":{"h":"*.tribalfusion.com"}}, 101 | {"d":{"h":"*.tubemogul.com"}}, 102 | {"d":{"h":"*.twimg.com"}}, 103 | {"d":{"h":"*.twitter.com"}}, 104 | {"d":{"h":"*.unicast.com"}}, 105 | {"d":{"h":"*.webtrends.com"}}, 106 | {"d":{"h":"*.webtrendslive.com"}}, 107 | {"d":{"h":"*.yieldmanager.com"}}, 108 | {"d":{"h":"*.zedo.com"}}, 109 | {"d":{"h":"*.googletagservices.com"}}, 110 | {"d":{"h":"*.xiti.com"}}, 111 | {"d":{"h":"*.pubnub.com"}}, 112 | {"d":{"h":"*.fastyou.com"}}, 113 | {"d":{"h":"*.cedexis.com"}}, 114 | {"d":{"h":"*.newrelic.com"}}, 115 | {"d":{"h":"*.quintelligence.com"}}, 116 | {"d":{"h":"*.googletagmanager.com"}}, 117 | {"d":{"h":"*.mediavoice.com"}}, 118 | {"d":{"h":"*.mobify.com"}}, 119 | {"d":{"h":"*.adobedtm.com"}}, 120 | {"d":{"h":"*.perfectmarket.com"}}, 121 | {"d":{"h":"*.ensighten.com"}}, 122 | {"d":{"h":"*.tradelab.fr"}}, 123 | {"d":{"h":"*.visualrevenue.com"}}, 124 | {"d":{"h":"*.mediapeo2.com"}}, 125 | {"d":{"h":"*.kameleoon.com"}}, 126 | {"d":{"h":"*.ezakus.net"}}, 127 | {"d":{"h":"*.estat.com"}}, 128 | {"d":{"h":"*.adswizz.com"}}, 129 | {"d":{"h":"*.displaymarketplace.com"}}, 130 | {"d":{"h":"*.umbel.com"}}, 131 | {"d":{"h":"*.skimresources.com"}}, 132 | {"d":{"h":"*.adobetag.com"}}, 133 | {"d":{"h":"*.visiblemeasures.com"}}, 134 | {"d":{"h":"*.liverail.com"}}, 135 | {"d":{"h":"*.perfectaudience.com"}}, 136 | {"d":{"h":"*.pingdom.net"}}, 137 | {"d":{"h":"*.101com.com"}}, 138 | {"d":{"h":"*.101order.com"}}, 139 | {"d":{"h":"*.123found.com"}}, 140 | {"d":{"h":"*.123pagerank.com"}}, 141 | {"d":{"h":"*.180hits.de"}}, 142 | {"d":{"h":"*.180searchassistant.com"}}, 143 | {"d":{"h":"*.1x1rank.com"}}, 144 | {"d":{"h":"*.207.net"}}, 145 | {"d":{"h":"*.247media.com"}}, 146 | {"d":{"h":"*.24log.com"}}, 147 | {"d":{"h":"*.24log.de"}}, 148 | {"d":{"h":"*.24pm-affiliation.com"}}, 149 | {"d":{"h":"*.360yield.com"}}, 150 | {"d":{"h":"*.4affiliate.net"}}, 151 | {"d":{"h":"*.4d5.net"}}, 152 | {"d":{"h":"*.50websads.com"}}, 153 | {"d":{"h":"*.518ad.com"}}, 154 | {"d":{"h":"*.51yes.com"}}, 155 | {"d":{"h":"*.600z.com"}}, 156 | {"d":{"h":"*.777partner.com"}}, 157 | {"d":{"h":"*.777seo.com"}}, 158 | {"d":{"h":"*.77tracking.com"}}, 159 | {"d":{"h":"*.7adpower.com"}}, 160 | {"d":{"h":"*.7bpeople.com"}}, 161 | {"d":{"h":"*.7search.com"}}, 162 | {"d":{"h":"*.99count.com"}}, 163 | {"d":{"h":"*.a-ads.com"}}, 164 | {"d":{"h":"*.a-counter.kiev.ua"}}, 165 | {"d":{"h":"*.a.0day.kiev.ua"}}, 166 | {"d":{"h":"*.a.collective-media.net"}}, 167 | {"d":{"h":"*.a.consumer.net"}}, 168 | {"d":{"h":"*.a.mktw.net"}}, 169 | {"d":{"h":"*.a.sakh.com"}}, 170 | {"d":{"h":"*.a.ucoz.net"}}, 171 | {"d":{"h":"*.a.ucoz.ru"}}, 172 | {"d":{"h":"*.a.wowinterface.com"}}, 173 | {"d":{"h":"*.a.xanga.com"}}, 174 | {"d":{"h":"*.a32.g.a.yimg.com"}}, 175 | {"d":{"h":"*.aaddzz.com"}}, 176 | {"d":{"h":"*.abacho.net"}}, 177 | {"d":{"h":"*.abc-ads.com"}}, 178 | {"d":{"h":"*.abz.com"}}, 179 | {"d":{"h":"*.ac.rnm.ca"}}, 180 | {"d":{"h":"*.accounts.pkr.com"}}, 181 | {"d":{"h":"*.acsseo.com"}}, 182 | {"d":{"h":"*.actionsplash.com"}}, 183 | {"d":{"h":"*.actualdeals.com"}}, 184 | {"d":{"h":"*.ad-flow.com"}}, 185 | {"d":{"h":"*.ad-images.suntimes.com"}}, 186 | {"d":{"h":"*.ad-pay.de"}}, 187 | {"d":{"h":"*.ad-rotator.com"}}, 188 | {"d":{"h":"*.ad-server.gulasidorna.se"}}, 189 | {"d":{"h":"*.ad-serverparc.nl"}}, 190 | {"d":{"h":"*.ad-souk.com"}}, 191 | {"d":{"h":"*.ad-space.net"}}, 192 | {"d":{"h":"*.ad-tech.com"}}, 193 | {"d":{"h":"*.ad-universe.com"}}, 194 | {"d":{"h":"*.ad-up.com"}}, 195 | {"d":{"h":"*.ad.100.tbn.ru"}}, 196 | {"d":{"h":"*.ad.103092804.com"}}, 197 | {"d":{"h":"*.ad.37.com"}}, 198 | {"d":{"h":"*.ad.71i.de"}}, 199 | {"d":{"h":"*.ad.980x.com"}}, 200 | {"d":{"h":"*.ad.a8.net"}}, 201 | {"d":{"h":"*.ad.abcnews.com"}}, 202 | {"d":{"h":"*.ad.abctv.com"}}, 203 | {"d":{"h":"*.ad.about.com"}}, 204 | {"d":{"h":"*.ad.aboutit.de"}}, 205 | {"d":{"h":"*.ad.aboutwebservices.com"}}, 206 | {"d":{"h":"*.ad.abum.com"}}, 207 | {"d":{"h":"*.ad.allstar.cz"}}, 208 | {"d":{"h":"*.ad.altervista.org"}}, 209 | {"d":{"h":"*.ad.amgdgt.com"}}, 210 | {"d":{"h":"*.ad.anuntis.com"}}, 211 | {"d":{"h":"*.ad.auditude.com"}}, 212 | {"d":{"h":"*.ad.bigpoint.net"}}, 213 | {"d":{"h":"*.ad.bizo.com"}}, 214 | {"d":{"h":"*.ad.bnmla.com"}}, 215 | {"d":{"h":"*.ad.bondage.com"}}, 216 | {"d":{"h":"*.ad.caradisiac.com"}}, 217 | {"d":{"h":"*.ad.centrum.cz"}}, 218 | {"d":{"h":"*.ad.cgi.cz"}}, 219 | {"d":{"h":"*.ad.chip.de"}}, 220 | {"d":{"h":"*.ad.choiceradio.com"}}, 221 | {"d":{"h":"*.ad.clix.pt"}}, 222 | {"d":{"h":"*.ad.cooks.com"}}, 223 | {"d":{"h":"*.ad.crwdcntrl.net"}}, 224 | {"d":{"h":"*.ad.digitallook.com"}}, 225 | {"d":{"h":"*.ad.doctissimo.fr"}}, 226 | {"d":{"h":"*.ad.domainfactory.de"}}, 227 | {"d":{"h":"*.ad.e-kolay.net"}}, 228 | {"d":{"h":"*.ad.eurosport.com"}}, 229 | {"d":{"h":"*.ad.f1cd.ru"}}, 230 | {"d":{"h":"*.ad.foxnetworks.com"}}, 231 | {"d":{"h":"*.ad.freecity.de"}}, 232 | {"d":{"h":"*.ad.gate24.ch"}}, 233 | {"d":{"h":"*.ad.globe7.com"}}, 234 | {"d":{"h":"*.ad.grafika.cz"}}, 235 | {"d":{"h":"*.ad.harmony-central.com"}}, 236 | {"d":{"h":"*.ad.hbv.de"}}, 237 | {"d":{"h":"*.ad.hodomobile.com"}}, 238 | {"d":{"h":"*.ad.httpool.com"}}, 239 | {"d":{"h":"*.ad.hyena.cz"}}, 240 | {"d":{"h":"*.ad.iinfo.cz"}}, 241 | {"d":{"h":"*.ad.ilove.ch"}}, 242 | {"d":{"h":"*.ad.infoseek.com"}}, 243 | {"d":{"h":"*.ad.investopedia.com"}}, 244 | {"d":{"h":"*.ad.ir.ru"}}, 245 | {"d":{"h":"*.ad.jamba.net"}}, 246 | {"d":{"h":"*.ad.jamster.co.uk"}}, 247 | {"d":{"h":"*.ad.jetsoftware.com"}}, 248 | {"d":{"h":"*.ad.keenspace.com"}}, 249 | {"d":{"h":"*.ad.leadbolt.net"}}, 250 | {"d":{"h":"*.ad.liveinternet.ru"}}, 251 | {"d":{"h":"*.ad.lupa.cz"}}, 252 | {"d":{"h":"*.ad.m5prod.net"}}, 253 | {"d":{"h":"*.ad.media-servers.net"}}, 254 | {"d":{"h":"*.ad.mediastorm.hu"}}, 255 | {"d":{"h":"*.ad.mgd.de"}}, 256 | {"d":{"h":"*.ad.moscowtimes.ru"}}, 257 | {"d":{"h":"*.ad.musicmatch.com"}}, 258 | {"d":{"h":"*.ad.nachtagenten.de"}}, 259 | {"d":{"h":"*.ad.netdialogs.de"}}, 260 | {"d":{"h":"*.ad.nozonedata.com"}}, 261 | {"d":{"h":"*.ad.nttnavi.co.jp"}}, 262 | {"d":{"h":"*.ad.nwt.cz"}}, 263 | {"d":{"h":"*.ad.onad.eu"}}, 264 | {"d":{"h":"*.ad.pandora.tv"}}, 265 | {"d":{"h":"*.ad.pbs.bb.ru"}}, 266 | {"d":{"h":"*.ad.playground.ru"}}, 267 | {"d":{"h":"*.ad.preferances.com"}}, 268 | {"d":{"h":"*.ad.profiwin.de"}}, 269 | {"d":{"h":"*.ad.prv.pl"}}, 270 | {"d":{"h":"*.ad.rambler.ru"}}, 271 | {"d":{"h":"*.ad.reunion.com"}}, 272 | {"d":{"h":"*.ad.scanmedios.com"}}, 273 | {"d":{"h":"*.ad.sensismediasmart.com.au"}}, 274 | {"d":{"h":"*.ad.seznam.cz"}}, 275 | {"d":{"h":"*.ad.simgames.net"}}, 276 | {"d":{"h":"*.ad.slutload.com"}}, 277 | {"d":{"h":"*.ad.smartclip.net"}}, 278 | {"d":{"h":"*.ad.tbn.ru"}}, 279 | {"d":{"h":"*.ad.technoratimedia.com"}}, 280 | {"d":{"h":"*.ad.thewheelof.com"}}, 281 | {"d":{"h":"*.ad.top50.to"}}, 282 | {"d":{"h":"*.ad.tv2.no"}}, 283 | {"d":{"h":"*.ad.tweakpc.de"}}, 284 | {"d":{"h":"*.ad.twitchguru.com"}}, 285 | {"d":{"h":"*.ad.usatoday.com"}}, 286 | {"d":{"h":"*.ad.virtual-nights.com"}}, 287 | {"d":{"h":"*.ad.watch.impress.co.jp"}}, 288 | {"d":{"h":"*.ad.wavu.hu"}}, 289 | {"d":{"h":"*.ad.way.cz"}}, 290 | {"d":{"h":"*.ad.weatherbug.com"}}, 291 | {"d":{"h":"*.ad.wsod.com"}}, 292 | {"d":{"h":"*.ad.wz.cz"}}, 293 | {"d":{"h":"*.ad.yadro.ru"}}, 294 | {"d":{"h":"*.ad.yourmedia.com"}}, 295 | {"d":{"h":"*.ad.zanox.com"}}, 296 | {"d":{"h":"*.ad0.bigmir.net"}}, 297 | {"d":{"h":"*.ad01.mediacorpsingapore.com"}}, 298 | {"d":{"h":"*.ad1.emediate.dk"}}, 299 | {"d":{"h":"*.ad1.emule-project.org"}}, 300 | {"d":{"h":"*.ad1.kde.cz"}}, 301 | {"d":{"h":"*.ad1.pamedia.com.au"}}, 302 | {"d":{"h":"*.ad2.bb.ru"}}, 303 | {"d":{"h":"*.ad2.doublepimp.com"}}, 304 | {"d":{"h":"*.ad2.iinfo.cz"}}, 305 | {"d":{"h":"*.ad2.ip.ro"}}, 306 | {"d":{"h":"*.ad2.linxcz.cz"}}, 307 | {"d":{"h":"*.ad2.lupa.cz"}}, 308 | {"d":{"h":"*.ad2.pamedia.com.au"}}, 309 | {"d":{"h":"*.ad2flash.com"}}, 310 | {"d":{"h":"*.ad2games.com"}}, 311 | {"d":{"h":"*.ad3.iinfo.cz"}}, 312 | {"d":{"h":"*.ad3.pamedia.com.au"}}, 313 | {"d":{"h":"*.ad4game.com"}}, 314 | {"d":{"h":"*.adaction.de"}}, 315 | {"d":{"h":"*.adadvisor.net"}}, 316 | {"d":{"h":"*.adaos-ads.net"}}, 317 | {"d":{"h":"*.adap.tv"}}, 318 | {"d":{"h":"*.adapt.tv"}}, 319 | {"d":{"h":"*.adbanner.ro"}}, 320 | {"d":{"h":"*.adbard.net"}}, 321 | {"d":{"h":"*.adblade.com"}}, 322 | {"d":{"h":"*.adboost.de.vu"}}, 323 | {"d":{"h":"*.adboost.net"}}, 324 | {"d":{"h":"*.adbooth.net"}}, 325 | {"d":{"h":"*.adbot.com"}}, 326 | {"d":{"h":"*.adbroker.de"}}, 327 | {"d":{"h":"*.adbunker.com"}}, 328 | {"d":{"h":"*.adbureau.net"}}, 329 | {"d":{"h":"*.adbutler.com"}}, 330 | {"d":{"h":"*.adbutler.de"}}, 331 | {"d":{"h":"*.adbuyer.com"}}, 332 | {"d":{"h":"*.adbuyer3.lycos.com"}}, 333 | {"d":{"h":"*.adcash.com"}}, 334 | {"d":{"h":"*.adcast.deviantart.com"}}, 335 | {"d":{"h":"*.adcell.de"}}, 336 | {"d":{"h":"*.adcenter.mdf.se"}}, 337 | {"d":{"h":"*.adcenter.net"}}, 338 | {"d":{"h":"*.adcentriconline.com"}}, 339 | {"d":{"h":"*.adcept.net"}}, 340 | {"d":{"h":"*.adclick.com"}}, 341 | {"d":{"h":"*.adclient.uimserv.net"}}, 342 | {"d":{"h":"*.adclient1.tucows.com"}}, 343 | {"d":{"h":"*.adcloud.net"}}, 344 | {"d":{"h":"*.adcomplete.com"}}, 345 | {"d":{"h":"*.adconion.com"}}, 346 | {"d":{"h":"*.adcontent.gamespy.com"}}, 347 | {"d":{"h":"*.adcycle.com"}}, 348 | {"d":{"h":"*.add.newmedia.cz"}}, 349 | {"d":{"h":"*.addealing.com"}}, 350 | {"d":{"h":"*.addesktop.com"}}, 351 | {"d":{"h":"*.addfreestats.com"}}, 352 | {"d":{"h":"*.addme.com"}}, 353 | {"d":{"h":"*.adecn.com"}}, 354 | {"d":{"h":"*.ademails.com"}}, 355 | {"d":{"h":"*.adengage.com"}}, 356 | {"d":{"h":"*.adexpose.com"}}, 357 | {"d":{"h":"*.adext.inkclub.com"}}, 358 | {"d":{"h":"*.adf.ly"}}, 359 | {"d":{"h":"*.adfair.se"}}, 360 | {"d":{"h":"*.adfarm.mediaplex.com"}}, 361 | {"d":{"h":"*.adflight.com"}}, 362 | {"d":{"h":"*.adfly.com"}}, 363 | {"d":{"h":"*.adforce.com"}}, 364 | {"d":{"h":"*.adform.com"}}, 365 | {"d":{"h":"*.adgardener.com"}}, 366 | {"d":{"h":"*.adgoto.com"}}, 367 | {"d":{"h":"*.adgridwork.com"}}, 368 | {"d":{"h":"*.adhese.be"}}, 369 | {"d":{"h":"*.adhese.com"}}, 370 | {"d":{"h":"*.adhostcenter.com"}}, 371 | {"d":{"h":"*.adi.mainichi.co.jp"}}, 372 | {"d":{"h":"*.adimage.asiaone.com.sg"}}, 373 | {"d":{"h":"*.adimage.guardian.co.uk"}}, 374 | {"d":{"h":"*.adimages.been.com"}}, 375 | {"d":{"h":"*.adimages.carsoup.com"}}, 376 | {"d":{"h":"*.adimages.go.com"}}, 377 | {"d":{"h":"*.adimages.homestore.com"}}, 378 | {"d":{"h":"*.adimages.sanomawsoy.fi"}}, 379 | {"d":{"h":"*.adimg.cnet.com"}}, 380 | {"d":{"h":"*.adimg.com.com"}}, 381 | {"d":{"h":"*.adimg.uimserv.net"}}, 382 | {"d":{"h":"*.adimg1.chosun.com"}}, 383 | {"d":{"h":"*.adimgs.sapo.pt"}}, 384 | {"d":{"h":"*.adimpact.com"}}, 385 | {"d":{"h":"*.adincl.gopher.com"}}, 386 | {"d":{"h":"*.adinjector.net"}}, 387 | {"d":{"h":"*.adinterax.com"}}, 388 | {"d":{"h":"*.adisfy.com"}}, 389 | {"d":{"h":"*.adition.com"}}, 390 | {"d":{"h":"*.adition.de"}}, 391 | {"d":{"h":"*.adition.net"}}, 392 | {"d":{"h":"*.adjix.com"}}, 393 | {"d":{"h":"*.adjug.com"}}, 394 | {"d":{"h":"*.adjuggler.com"}}, 395 | {"d":{"h":"*.adjuggler.yourdictionary.com"}}, 396 | {"d":{"h":"*.adjustnetwork.com"}}, 397 | {"d":{"h":"*.adland.ru"}}, 398 | {"d":{"h":"*.adlantic.nl"}}, 399 | {"d":{"h":"*.adlegend.com"}}, 400 | {"d":{"h":"*.adlink.de"}}, 401 | {"d":{"h":"*.adlog.com.com"}}, 402 | {"d":{"h":"*.adloox.com"}}, 403 | {"d":{"h":"*.adlooxtracking.com"}}, 404 | {"d":{"h":"*.adm.ad.asap-asp.net"}}, 405 | {"d":{"h":"*.admagnet.net"}}, 406 | {"d":{"h":"*.admailtiser.com"}}, 407 | {"d":{"h":"*.adman.gr"}}, 408 | {"d":{"h":"*.adman.in.gr"}}, 409 | {"d":{"h":"*.adman.otenet.gr"}}, 410 | {"d":{"h":"*.admanagement.ch"}}, 411 | {"d":{"h":"*.admanager.btopenworld.com"}}, 412 | {"d":{"h":"*.admanager.carsoup.com"}}, 413 | {"d":{"h":"*.admarketplace.net"}}, 414 | {"d":{"h":"*.admarvel.com"}}, 415 | {"d":{"h":"*.admax.nexage.com"}}, 416 | {"d":{"h":"*.admedia.com"}}, 417 | {"d":{"h":"*.admedia.ro"}}, 418 | {"d":{"h":"*.admeta.com"}}, 419 | {"d":{"h":"*.admex.com"}}, 420 | {"d":{"h":"*.adminde.ivwbox.de"}}, 421 | {"d":{"h":"*.adminder.com"}}, 422 | {"d":{"h":"*.adminshop.com"}}, 423 | {"d":{"h":"*.admob.com"}}, 424 | {"d":{"h":"*.admonitor.com"}}, 425 | {"d":{"h":"*.admotion.com.ar"}}, 426 | {"d":{"h":"*.adnet-media.net"}}, 427 | {"d":{"h":"*.adnet.asahi.com"}}, 428 | {"d":{"h":"*.adnet.biz"}}, 429 | {"d":{"h":"*.adnet.de"}}, 430 | {"d":{"h":"*.adnet.ru"}}, 431 | {"d":{"h":"*.adnet.worldreviewer.com"}}, 432 | {"d":{"h":"*.adnetinteractive.com"}}, 433 | {"d":{"h":"*.adnetwork.net"}}, 434 | {"d":{"h":"*.adnews.maddog2000.de"}}, 435 | {"d":{"h":"*.adocean.pl"}}, 436 | {"d":{"h":"*.adonspot.com"}}, 437 | {"d":{"h":"*.adoperator.com"}}, 438 | {"d":{"h":"*.adorigin.com"}}, 439 | {"d":{"h":"*.adpepper.dk"}}, 440 | {"d":{"h":"*.adpepper.nl"}}, 441 | {"d":{"h":"*.adperium.com"}}, 442 | {"d":{"h":"*.adpick.switchboard.com"}}, 443 | {"d":{"h":"*.adpost.com"}}, 444 | {"d":{"h":"*.adprofile.net"}}, 445 | {"d":{"h":"*.adprojekt.pl"}}, 446 | {"d":{"h":"*.adq.nextag.com"}}, 447 | {"d":{"h":"*.adreactor.com"}}, 448 | {"d":{"h":"*.adremedy.com"}}, 449 | {"d":{"h":"*.adreporting.com"}}, 450 | {"d":{"h":"*.adres.internet.com"}}, 451 | {"d":{"h":"*.adrevolver.com"}}, 452 | {"d":{"h":"*.adriver.ru"}}, 453 | {"d":{"h":"*.adrolays.de"}}, 454 | {"d":{"h":"*.adrotate.de"}}, 455 | {"d":{"h":"*.adrotator.net"}}, 456 | {"d":{"h":"*.adrotator.se"}}, 457 | {"d":{"h":"*.ads-click.com"}}, 458 | {"d":{"h":"*.ads.4tube.com"}}, 459 | {"d":{"h":"*.ads.5ci.lt"}}, 460 | {"d":{"h":"*.ads.abovetopsecret.com"}}, 461 | {"d":{"h":"*.ads.aceweb.net"}}, 462 | {"d":{"h":"*.ads.activestate.com"}}, 463 | {"d":{"h":"*.ads.adfox.ru"}}, 464 | {"d":{"h":"*.ads.administrator.de"}}, 465 | {"d":{"h":"*.ads.adshareware.net"}}, 466 | {"d":{"h":"*.ads.adultfriendfinder.com"}}, 467 | {"d":{"h":"*.ads.adultking.com"}}, 468 | {"d":{"h":"*.ads.adultswim.com"}}, 469 | {"d":{"h":"*.ads.advance.net"}}, 470 | {"d":{"h":"*.ads.adverline.com"}}, 471 | {"d":{"h":"*.ads.affiliates.match.com"}}, 472 | {"d":{"h":"*.ads.ak.facebook.com"}}, 473 | {"d":{"h":"*.ads.ak.facebook.com.edgesuite.net"}}, 474 | {"d":{"h":"*.ads.allvatar.com"}}, 475 | {"d":{"h":"*.ads.alt.com"}}, 476 | {"d":{"h":"*.ads.alwayson-network.com"}}, 477 | {"d":{"h":"*.ads.amdmb.com"}}, 478 | {"d":{"h":"*.ads.amigos.com"}}, 479 | {"d":{"h":"*.ads.aol.co.uk"}}, 480 | {"d":{"h":"*.ads.aol.com"}}, 481 | {"d":{"h":"*.ads.apn.co.nz"}}, 482 | {"d":{"h":"*.ads.appsgeyser.com"}}, 483 | {"d":{"h":"*.ads.as4x.tmcs.net"}}, 484 | {"d":{"h":"*.ads.as4x.tmcs.ticketmaster.com"}}, 485 | {"d":{"h":"*.ads.asia1.com.sg"}}, 486 | {"d":{"h":"*.ads.asiafriendfinder.com"}}, 487 | {"d":{"h":"*.ads.ask.com"}}, 488 | {"d":{"h":"*.ads.aspalliance.com"}}, 489 | {"d":{"h":"*.ads.avazu.net"}}, 490 | {"d":{"h":"*.ads.batpmturner.com"}}, 491 | {"d":{"h":"*.ads.beenetworks.net"}}, 492 | {"d":{"h":"*.ads.belointeractive.com"}}, 493 | {"d":{"h":"*.ads.berlinonline.de"}}, 494 | {"d":{"h":"*.ads.betanews.com"}}, 495 | {"d":{"h":"*.ads.betfair.com"}}, 496 | {"d":{"h":"*.ads.betfair.com.au"}}, 497 | {"d":{"h":"*.ads.bigchurch.com"}}, 498 | {"d":{"h":"*.ads.bigfoot.com"}}, 499 | {"d":{"h":"*.ads.billiton.de"}}, 500 | {"d":{"h":"*.ads.bing.com"}}, 501 | {"d":{"h":"*.ads.bittorrent.com"}}, 502 | {"d":{"h":"*.ads.blog.com"}}, 503 | {"d":{"h":"*.ads.bloomberg.com"}}, 504 | {"d":{"h":"*.ads.bluelithium.com"}}, 505 | {"d":{"h":"*.ads.bluemountain.com"}}, 506 | {"d":{"h":"*.ads.bluesq.com"}}, 507 | {"d":{"h":"*.ads.bonniercorp.com"}}, 508 | {"d":{"h":"*.ads.boylesports.com"}}, 509 | {"d":{"h":"*.ads.brabys.com"}}, 510 | {"d":{"h":"*.ads.brain.pk"}}, 511 | {"d":{"h":"*.ads.brazzers.com"}}, 512 | {"d":{"h":"*.ads.bumq.com"}}, 513 | {"d":{"h":"*.ads.businessweek.com"}}, 514 | {"d":{"h":"*.ads.canalblog.com"}}, 515 | {"d":{"h":"*.ads.canoe.ca"}}, 516 | {"d":{"h":"*.ads.carocean.co.uk"}}, 517 | {"d":{"h":"*.ads.casinocity.com"}}, 518 | {"d":{"h":"*.ads.cbc.ca"}}, 519 | {"d":{"h":"*.ads.cc"}}, 520 | {"d":{"h":"*.ads.cc-dt.com"}}, 521 | {"d":{"h":"*.ads.cdfreaks.com"}}, 522 | {"d":{"h":"*.ads.centraliprom.com"}}, 523 | {"d":{"h":"*.ads.cgnetworks.com"}}, 524 | {"d":{"h":"*.ads.channel4.com"}}, 525 | {"d":{"h":"*.ads.cimedia.com"}}, 526 | {"d":{"h":"*.ads.clearchannel.com"}}, 527 | {"d":{"h":"*.ads.cnn.com"}}, 528 | {"d":{"h":"*.ads.co.com"}}, 529 | {"d":{"h":"*.ads.collegclub.com"}}, 530 | {"d":{"h":"*.ads.com.com"}}, 531 | {"d":{"h":"*.ads.comicbookresources.com"}}, 532 | {"d":{"h":"*.ads.contactmusic.com"}}, 533 | {"d":{"h":"*.ads.crakmedia.com"}}, 534 | {"d":{"h":"*.ads.creative-serving.com"}}, 535 | {"d":{"h":"*.ads.creativematch.com"}}, 536 | {"d":{"h":"*.ads.cricbuzz.com"}}, 537 | {"d":{"h":"*.ads.cyberfight.ru"}}, 538 | {"d":{"h":"*.ads.cybersales.cz"}}, 539 | {"d":{"h":"*.ads.dada.it"}}, 540 | {"d":{"h":"*.ads.datinggold.com"}}, 541 | {"d":{"h":"*.ads.datingyes.com"}}, 542 | {"d":{"h":"*.ads.dazoot.ro"}}, 543 | {"d":{"h":"*.ads.deltha.hu"}}, 544 | {"d":{"h":"*.ads.dennisnet.co.uk"}}, 545 | {"d":{"h":"*.ads.desmoinesregister.com"}}, 546 | {"d":{"h":"*.ads.detelefoongids.nl"}}, 547 | {"d":{"h":"*.ads.deviantart.com"}}, 548 | {"d":{"h":"*.ads.digital-digest.com"}}, 549 | {"d":{"h":"*.ads.digitalmedianet.com"}}, 550 | {"d":{"h":"*.ads.digitalpoint.com"}}, 551 | {"d":{"h":"*.ads.directionsmag.com"}}, 552 | {"d":{"h":"*.ads.discovery.com"}}, 553 | {"d":{"h":"*.ads.domeus.com"}}, 554 | {"d":{"h":"*.ads.eagletribune.com"}}, 555 | {"d":{"h":"*.ads.easy-forex.com"}}, 556 | {"d":{"h":"*.ads.eatinparis.com"}}, 557 | {"d":{"h":"*.ads.economist.com"}}, 558 | {"d":{"h":"*.ads.edbindex.dk"}}, 559 | {"d":{"h":"*.ads.einmedia.com"}}, 560 | {"d":{"h":"*.ads.electrocelt.com"}}, 561 | {"d":{"h":"*.ads.elitetrader.com"}}, 562 | {"d":{"h":"*.ads.emirates.net.ae"}}, 563 | {"d":{"h":"*.ads.epltalk.com"}}, 564 | {"d":{"h":"*.ads.escalatemedia.com"}}, 565 | {"d":{"h":"*.ads.esmas.com"}}, 566 | {"d":{"h":"*.ads.eu.msn.com"}}, 567 | {"d":{"h":"*.ads.exactdrive.com"}}, 568 | {"d":{"h":"*.ads.exhedra.com"}}, 569 | {"d":{"h":"*.ads.expat-blog.biz"}}, 570 | {"d":{"h":"*.ads.expedia.com"}}, 571 | {"d":{"h":"*.ads.ezboard.com"}}, 572 | {"d":{"h":"*.ads.factorymedia.com"}}, 573 | {"d":{"h":"*.ads.fairfax.com.au"}}, 574 | {"d":{"h":"*.ads.faxo.com"}}, 575 | {"d":{"h":"*.ads.ferianc.com"}}, 576 | {"d":{"h":"*.ads.filmup.com"}}, 577 | {"d":{"h":"*.ads.financialcontent.com"}}, 578 | {"d":{"h":"*.ads.flooble.com"}}, 579 | {"d":{"h":"*.ads.fool.com"}}, 580 | {"d":{"h":"*.ads.footymad.net"}}, 581 | {"d":{"h":"*.ads.forbes.com"}}, 582 | {"d":{"h":"*.ads.forbes.net"}}, 583 | {"d":{"h":"*.ads.forium.de"}}, 584 | {"d":{"h":"*.ads.fortunecity.com"}}, 585 | {"d":{"h":"*.ads.fotosidan.se"}}, 586 | {"d":{"h":"*.ads.foxkidseurope.net"}}, 587 | {"d":{"h":"*.ads.foxnetworks.com"}}, 588 | {"d":{"h":"*.ads.foxnews.com"}}, 589 | {"d":{"h":"*.ads.freecity.de"}}, 590 | {"d":{"h":"*.ads.freeze.com"}}, 591 | {"d":{"h":"*.ads.friendfinder.com"}}, 592 | {"d":{"h":"*.ads.ft.com"}}, 593 | {"d":{"h":"*.ads.futurenet.com"}}, 594 | {"d":{"h":"*.ads.gamecity.net"}}, 595 | {"d":{"h":"*.ads.gameforgeads.de"}}, 596 | {"d":{"h":"*.ads.gamershell.com"}}, 597 | {"d":{"h":"*.ads.gamespyid.com"}}, 598 | {"d":{"h":"*.ads.gamigo.de"}}, 599 | {"d":{"h":"*.ads.gaming-universe.de"}}, 600 | {"d":{"h":"*.ads.gawker.com"}}, 601 | {"d":{"h":"*.ads.geekswithblogs.net"}}, 602 | {"d":{"h":"*.ads.glispa.com"}}, 603 | {"d":{"h":"*.ads.globeandmail.com"}}, 604 | {"d":{"h":"*.ads.gmodules.com"}}, 605 | {"d":{"h":"*.ads.godlikeproductions.com"}}, 606 | {"d":{"h":"*.ads.good.is"}}, 607 | {"d":{"h":"*.ads.goyk.com"}}, 608 | {"d":{"h":"*.ads.gplusmedia.com"}}, 609 | {"d":{"h":"*.ads.gradfinder.com"}}, 610 | {"d":{"h":"*.ads.grindinggears.com"}}, 611 | {"d":{"h":"*.ads.groundspeak.com"}}, 612 | {"d":{"h":"*.ads.gsm-exchange.com"}}, 613 | {"d":{"h":"*.ads.gsmexchange.com"}}, 614 | {"d":{"h":"*.ads.guardian.co.uk"}}, 615 | {"d":{"h":"*.ads.guardianunlimited.co.uk"}}, 616 | {"d":{"h":"*.ads.guru3d.com"}}, 617 | {"d":{"h":"*.ads.hardwaresecrets.com"}}, 618 | {"d":{"h":"*.ads.harpers.org"}}, 619 | {"d":{"h":"*.ads.hbv.de"}}, 620 | {"d":{"h":"*.ads.hearstmags.com"}}, 621 | {"d":{"h":"*.ads.heartlight.org"}}, 622 | {"d":{"h":"*.ads.hideyourarms.com"}}, 623 | {"d":{"h":"*.ads.hollywood.com"}}, 624 | {"d":{"h":"*.ads.horsehero.com"}}, 625 | {"d":{"h":"*.ads.horyzon-media.com"}}, 626 | {"d":{"h":"*.ads.iafrica.com"}}, 627 | {"d":{"h":"*.ads.ibest.com.br"}}, 628 | {"d":{"h":"*.ads.ibryte.com"}}, 629 | {"d":{"h":"*.ads.icq.com"}}, 630 | {"d":{"h":"*.ads.iforex.com"}}, 631 | {"d":{"h":"*.ads.ign.com"}}, 632 | {"d":{"h":"*.ads.img.co.za"}}, 633 | {"d":{"h":"*.ads.imgur.com"}}, 634 | {"d":{"h":"*.ads.incgamers.com"}}, 635 | {"d":{"h":"*.ads.indiatimes.com"}}, 636 | {"d":{"h":"*.ads.infi.net"}}, 637 | {"d":{"h":"*.ads.internic.co.il"}}, 638 | {"d":{"h":"*.ads.ipowerweb.com"}}, 639 | {"d":{"h":"*.ads.isoftmarketing.com"}}, 640 | {"d":{"h":"*.ads.itv.com"}}, 641 | {"d":{"h":"*.ads.iwon.com"}}, 642 | {"d":{"h":"*.ads.jewishfriendfinder.com"}}, 643 | {"d":{"h":"*.ads.jiwire.com"}}, 644 | {"d":{"h":"*.ads.jobsite.co.uk"}}, 645 | {"d":{"h":"*.ads.jpost.com"}}, 646 | {"d":{"h":"*.ads.jubii.dk"}}, 647 | {"d":{"h":"*.ads.justhungry.com"}}, 648 | {"d":{"h":"*.ads.kaktuz.net"}}, 649 | {"d":{"h":"*.ads.kelbymediagroup.com"}}, 650 | {"d":{"h":"*.ads.kinobox.cz"}}, 651 | {"d":{"h":"*.ads.kinxxx.com"}}, 652 | {"d":{"h":"*.ads.komli.com"}}, 653 | {"d":{"h":"*.ads.kompass.com"}}, 654 | {"d":{"h":"*.ads.krawall.de"}}, 655 | {"d":{"h":"*.ads.lesbianpersonals.com"}}, 656 | {"d":{"h":"*.ads.linuxfoundation.org"}}, 657 | {"d":{"h":"*.ads.linuxjournal.com"}}, 658 | {"d":{"h":"*.ads.linuxsecurity.com"}}, 659 | {"d":{"h":"*.ads.livenation.com"}}, 660 | {"d":{"h":"*.ads.localnow.com"}}, 661 | {"d":{"h":"*.ads.lvz-online.de"}}, 662 | {"d":{"h":"*.ads.mambocommunities.com"}}, 663 | {"d":{"h":"*.ads.mariuana.it"}}, 664 | {"d":{"h":"*.ads.massinfra.nl"}}, 665 | {"d":{"h":"*.ads.mcafee.com"}}, 666 | {"d":{"h":"*.ads.mediaodyssey.com"}}, 667 | {"d":{"h":"*.ads.mediaturf.net"}}, 668 | {"d":{"h":"*.ads.medienhaus.de"}}, 669 | {"d":{"h":"*.ads.mgnetwork.com"}}, 670 | {"d":{"h":"*.ads.mmania.com"}}, 671 | {"d":{"h":"*.ads.moceanads.com"}}, 672 | {"d":{"h":"*.ads.motor-forum.nl"}}, 673 | {"d":{"h":"*.ads.motormedia.nl"}}, 674 | {"d":{"h":"*.ads.movieflix.com"}}, 675 | {"d":{"h":"*.ads.msn.com"}}, 676 | {"d":{"h":"*.ads.multimania.lycos.fr"}}, 677 | {"d":{"h":"*.ads.nationalgeographic.com"}}, 678 | {"d":{"h":"*.ads.ncm.com"}}, 679 | {"d":{"h":"*.ads.netclusive.de"}}, 680 | {"d":{"h":"*.ads.netmechanic.com"}}, 681 | {"d":{"h":"*.ads.networksolutions.com"}}, 682 | {"d":{"h":"*.ads.newdream.net"}}, 683 | {"d":{"h":"*.ads.newgrounds.com"}}, 684 | {"d":{"h":"*.ads.newmedia.cz"}}, 685 | {"d":{"h":"*.ads.newsint.co.uk"}}, 686 | {"d":{"h":"*.ads.newsquest.co.uk"}}, 687 | {"d":{"h":"*.ads.newtention.net"}}, 688 | {"d":{"h":"*.ads.nigella.com"}}, 689 | {"d":{"h":"*.ads.ninemsn.com.au"}}, 690 | {"d":{"h":"*.ads.nj.com"}}, 691 | {"d":{"h":"*.ads.nola.com"}}, 692 | {"d":{"h":"*.ads.nordichardware.com"}}, 693 | {"d":{"h":"*.ads.nordichardware.se"}}, 694 | {"d":{"h":"*.ads.nwsource.com"}}, 695 | {"d":{"h":"*.ads.nyi.net"}}, 696 | {"d":{"h":"*.ads.nytimes.com"}}, 697 | {"d":{"h":"*.ads.nyx.cz"}}, 698 | {"d":{"h":"*.ads.nzcity.co.nz"}}, 699 | {"d":{"h":"*.ads.o2.pl"}}, 700 | {"d":{"h":"*.ads.oddschecker.com"}}, 701 | {"d":{"h":"*.ads.okcimg.com"}}, 702 | {"d":{"h":"*.ads.ole.com"}}, 703 | {"d":{"h":"*.ads.olivebrandresponse.com"}}, 704 | {"d":{"h":"*.ads.oneplace.com"}}, 705 | {"d":{"h":"*.ads.ookla.com"}}, 706 | {"d":{"h":"*.ads.optusnet.com.au"}}, 707 | {"d":{"h":"*.ads.outpersonals.com"}}, 708 | {"d":{"h":"*.ads.overclockers.at"}}, 709 | {"d":{"h":"*.ads.p161.net"}}, 710 | {"d":{"h":"*.ads.passion.com"}}, 711 | {"d":{"h":"*.ads.pennet.com"}}, 712 | {"d":{"h":"*.ads.penny-arcade.com"}}, 713 | {"d":{"h":"*.ads.pheedo.com"}}, 714 | {"d":{"h":"*.ads.phpclasses.org"}}, 715 | {"d":{"h":"*.ads.pickmeup-ltd.com"}}, 716 | {"d":{"h":"*.ads.pkr.com"}}, 717 | {"d":{"h":"*.ads.planet.nl"}}, 718 | {"d":{"h":"*.ads.pni.com"}}, 719 | {"d":{"h":"*.ads.pof.com"}}, 720 | {"d":{"h":"*.ads.powweb.com"}}, 721 | {"d":{"h":"*.ads.primissima.it"}}, 722 | {"d":{"h":"*.ads.prisacom.com"}}, 723 | {"d":{"h":"*.ads.program3.com"}}, 724 | {"d":{"h":"*.ads.psd2html.com"}}, 725 | {"d":{"h":"*.ads.pushplay.com"}}, 726 | {"d":{"h":"*.ads.quaylemedia.com"}}, 727 | {"d":{"h":"*.ads.quoka.de"}}, 728 | {"d":{"h":"*.ads.rcs.it"}}, 729 | {"d":{"h":"*.ads.realmedia.de"}}, 730 | {"d":{"h":"*.ads.recoletos.es"}}, 731 | {"d":{"h":"*.ads.rediff.com"}}, 732 | {"d":{"h":"*.ads.redlightcenter.com"}}, 733 | {"d":{"h":"*.ads.redtube.com"}}, 734 | {"d":{"h":"*.ads.resoom.de"}}, 735 | {"d":{"h":"*.ads.returnpath.net"}}, 736 | {"d":{"h":"*.ads.rottentomatoes.com"}}, 737 | {"d":{"h":"*.ads.rpgdot.com"}}, 738 | {"d":{"h":"*.ads.s3.sitepoint.com"}}, 739 | {"d":{"h":"*.ads.satyamonline.com"}}, 740 | {"d":{"h":"*.ads.savannahnow.com"}}, 741 | {"d":{"h":"*.ads.scifi.com"}}, 742 | {"d":{"h":"*.ads.seniorfriendfinder.com"}}, 743 | {"d":{"h":"*.ads.sexinyourcity.com"}}, 744 | {"d":{"h":"*.ads.shizmoo.com"}}, 745 | {"d":{"h":"*.ads.shopstyle.com"}}, 746 | {"d":{"h":"*.ads.sift.co.uk"}}, 747 | {"d":{"h":"*.ads.silverdisc.co.uk"}}, 748 | {"d":{"h":"*.ads.skins.be"}}, 749 | {"d":{"h":"*.ads.slim.com"}}, 750 | {"d":{"h":"*.ads.smartclick.com"}}, 751 | {"d":{"h":"*.ads.smartshopping.co.uk"}}, 752 | {"d":{"h":"*.ads.soft32.com"}}, 753 | {"d":{"h":"*.ads.space.com"}}, 754 | {"d":{"h":"*.ads.spoonfeduk.com"}}, 755 | {"d":{"h":"*.ads.sprotiv.org"}}, 756 | {"d":{"h":"*.ads.sptimes.com"}}, 757 | {"d":{"h":"*.ads.stackoverflow.com"}}, 758 | {"d":{"h":"*.ads.stationplay.com"}}, 759 | {"d":{"h":"*.ads.struq.com"}}, 760 | {"d":{"h":"*.ads.sun.com"}}, 761 | {"d":{"h":"*.ads.supplyframe.com"}}, 762 | {"d":{"h":"*.ads.switchboard.com"}}, 763 | {"d":{"h":"*.ads.t-online.de"}}, 764 | {"d":{"h":"*.ads.tahono.com"}}, 765 | {"d":{"h":"*.ads.techtv.com"}}, 766 | {"d":{"h":"*.ads.techweb.com"}}, 767 | {"d":{"h":"*.ads.telegraph.co.uk"}}, 768 | {"d":{"h":"*.ads.theglobeandmail.com"}}, 769 | {"d":{"h":"*.ads.themovienation.com"}}, 770 | {"d":{"h":"*.ads.thestar.com"}}, 771 | {"d":{"h":"*.ads.thewebfreaks.com"}}, 772 | {"d":{"h":"*.ads.timeout.com"}}, 773 | {"d":{"h":"*.ads.tjwi.info"}}, 774 | {"d":{"h":"*.ads.tmcs.net"}}, 775 | {"d":{"h":"*.ads.top500.org"}}, 776 | {"d":{"h":"*.ads.totallyfreestuff.com"}}, 777 | {"d":{"h":"*.ads.townhall.com"}}, 778 | {"d":{"h":"*.ads.trinitymirror.co.uk"}}, 779 | {"d":{"h":"*.ads.tripod.com"}}, 780 | {"d":{"h":"*.ads.tripod.lycos.co.uk"}}, 781 | {"d":{"h":"*.ads.tripod.lycos.de"}}, 782 | {"d":{"h":"*.ads.tripod.lycos.es"}}, 783 | {"d":{"h":"*.ads.tripod.lycos.it"}}, 784 | {"d":{"h":"*.ads.tripod.lycos.nl"}}, 785 | {"d":{"h":"*.ads.tripod.spray.se"}}, 786 | {"d":{"h":"*.ads.tso.dennisnet.co.uk"}}, 787 | {"d":{"h":"*.ads.tweetmeme.com"}}, 788 | {"d":{"h":"*.ads.uknetguide.co.uk"}}, 789 | {"d":{"h":"*.ads.ultimate-guitar.com"}}, 790 | {"d":{"h":"*.ads.uncrate.com"}}, 791 | {"d":{"h":"*.ads.undertone.com"}}, 792 | {"d":{"h":"*.ads.uploading.com"}}, 793 | {"d":{"h":"*.ads.usatoday.com"}}, 794 | {"d":{"h":"*.ads.v3.com"}}, 795 | {"d":{"h":"*.ads.verticalresponse.com"}}, 796 | {"d":{"h":"*.ads.vgchartz.com"}}, 797 | {"d":{"h":"*.ads.videosz.com"}}, 798 | {"d":{"h":"*.ads.virtual-nights.com"}}, 799 | {"d":{"h":"*.ads.virtualcountries.com"}}, 800 | {"d":{"h":"*.ads.vnumedia.com"}}, 801 | {"d":{"h":"*.ads.weather.ca"}}, 802 | {"d":{"h":"*.ads.web.aol.com"}}, 803 | {"d":{"h":"*.ads.web.cs.com"}}, 804 | {"d":{"h":"*.ads.web.de"}}, 805 | {"d":{"h":"*.ads.webmasterpoint.org"}}, 806 | {"d":{"h":"*.ads.websiteservices.com"}}, 807 | {"d":{"h":"*.ads.whi.co.nz"}}, 808 | {"d":{"h":"*.ads.whoishostingthis.com"}}, 809 | {"d":{"h":"*.ads.wiezoekje.nl"}}, 810 | {"d":{"h":"*.ads.wikia.nocookie.net"}}, 811 | {"d":{"h":"*.ads.wineenthusiast.com"}}, 812 | {"d":{"h":"*.ads.wunderground.com"}}, 813 | {"d":{"h":"*.ads.wwe.biz"}}, 814 | {"d":{"h":"*.ads.xhamster.com"}}, 815 | {"d":{"h":"*.ads.xtra.co.nz"}}, 816 | {"d":{"h":"*.ads.y-0.net"}}, 817 | {"d":{"h":"*.ads.yimg.com"}}, 818 | {"d":{"h":"*.ads.yldmgrimg.net"}}, 819 | {"d":{"h":"*.ads.yourfreedvds.com"}}, 820 | {"d":{"h":"*.ads.youtube.com"}}, 821 | {"d":{"h":"*.ads.zdnet.com"}}, 822 | {"d":{"h":"*.ads.ztod.com"}}, 823 | {"d":{"h":"*.ads03.redtube.com"}}, 824 | {"d":{"h":"*.ads1.canoe.ca"}}, 825 | {"d":{"h":"*.ads1.mediacapital.pt"}}, 826 | {"d":{"h":"*.ads1.msn.com"}}, 827 | {"d":{"h":"*.ads1.rne.com"}}, 828 | {"d":{"h":"*.ads1.theglobeandmail.com"}}, 829 | {"d":{"h":"*.ads1.virtual-nights.com"}}, 830 | {"d":{"h":"*.ads10.speedbit.com"}}, 831 | {"d":{"h":"*.ads180.com"}}, 832 | {"d":{"h":"*.ads2.brazzers.com"}}, 833 | {"d":{"h":"*.ads2.clearchannel.com"}}, 834 | {"d":{"h":"*.ads2.collegclub.com"}}, 835 | {"d":{"h":"*.ads2.collegeclub.com"}}, 836 | {"d":{"h":"*.ads2.exhedra.com"}}, 837 | {"d":{"h":"*.ads2.gamecity.net"}}, 838 | {"d":{"h":"*.ads2.jubii.dk"}}, 839 | {"d":{"h":"*.ads2.net-communities.co.uk"}}, 840 | {"d":{"h":"*.ads2.oneplace.com"}}, 841 | {"d":{"h":"*.ads2.rne.com"}}, 842 | {"d":{"h":"*.ads2.virtual-nights.com"}}, 843 | {"d":{"h":"*.ads2.xnet.cz"}}, 844 | {"d":{"h":"*.ads2004.treiberupdate.de"}}, 845 | {"d":{"h":"*.ads3.gamecity.net"}}, 846 | {"d":{"h":"*.ads3.virtual-nights.com"}}, 847 | {"d":{"h":"*.ads4.clearchannel.com"}}, 848 | {"d":{"h":"*.ads4.gamecity.net"}}, 849 | {"d":{"h":"*.ads4.virtual-nights.com"}}, 850 | {"d":{"h":"*.ads4homes.com"}}, 851 | {"d":{"h":"*.ads5.canoe.ca"}}, 852 | {"d":{"h":"*.ads5.virtual-nights.com"}}, 853 | {"d":{"h":"*.ads6.gamecity.net"}}, 854 | {"d":{"h":"*.ads7.gamecity.net"}}, 855 | {"d":{"h":"*.ads8.com"}}, 856 | {"d":{"h":"*.adsatt.abc.starwave.com"}}, 857 | {"d":{"h":"*.Adsatt.ABCNews.starwave.com"}}, 858 | {"d":{"h":"*.adsatt.espn.go.com"}}, 859 | {"d":{"h":"*.adsatt.espn.starwave.com"}}, 860 | {"d":{"h":"*.Adsatt.go.starwave.com"}}, 861 | {"d":{"h":"*.adscale.de"}}, 862 | {"d":{"h":"*.adscholar.com"}}, 863 | {"d":{"h":"*.adscpm.com"}}, 864 | {"d":{"h":"*.adsdaq.com"}}, 865 | {"d":{"h":"*.adsdk.com"}}, 866 | {"d":{"h":"*.adsend.de"}}, 867 | {"d":{"h":"*.adserv.evo-x.de"}}, 868 | {"d":{"h":"*.adserv.gamezone.de"}}, 869 | {"d":{"h":"*.adserv.iafrica.com"}}, 870 | {"d":{"h":"*.adserv.qconline.com"}}, 871 | {"d":{"h":"*.adserv.quality-channel.de"}}, 872 | {"d":{"h":"*.adserver-live.yoc.mobi"}}, 873 | {"d":{"h":"*.adserver.3digit.de"}}, 874 | {"d":{"h":"*.adserver.43plc.com"}}, 875 | {"d":{"h":"*.adserver.71i.de"}}, 876 | {"d":{"h":"*.adserver.adultfriendfinder.com"}}, 877 | {"d":{"h":"*.adserver.aidameter.com"}}, 878 | {"d":{"h":"*.adserver.aol.fr"}}, 879 | {"d":{"h":"*.adserver.barrapunto.com"}}, 880 | {"d":{"h":"*.adserver.beggarspromo.com"}}, 881 | {"d":{"h":"*.adserver.betandwin.de"}}, 882 | {"d":{"h":"*.adserver.bing.com"}}, 883 | {"d":{"h":"*.adserver.bizhat.com"}}, 884 | {"d":{"h":"*.adserver.bluewin.ch"}}, 885 | {"d":{"h":"*.adserver.break-even.it"}}, 886 | {"d":{"h":"*.adserver.cams.com"}}, 887 | {"d":{"h":"*.adserver.clashmusic.com"}}, 888 | {"d":{"h":"*.adserver.com"}}, 889 | {"d":{"h":"*.adserver.designertoday.com"}}, 890 | {"d":{"h":"*.adserver.digitoday.com"}}, 891 | {"d":{"h":"*.adserver.dotcommedia.de"}}, 892 | {"d":{"h":"*.adserver.finditquick.com"}}, 893 | {"d":{"h":"*.adserver.flossiemediagroup.com"}}, 894 | {"d":{"h":"*.adserver.freecity.de"}}, 895 | {"d":{"h":"*.adserver.freenet.de"}}, 896 | {"d":{"h":"*.adserver.friendfinder.com"}}, 897 | {"d":{"h":"*.adserver.gb2.motorpresse.de"}}, 898 | {"d":{"h":"*.adserver.gb3.motorpresse.de"}}, 899 | {"d":{"h":"*.adserver.hardsextube.com"}}, 900 | {"d":{"h":"*.adserver.hardwareanalysis.com"}}, 901 | {"d":{"h":"*.adserver.html.it"}}, 902 | {"d":{"h":"*.adserver.ig.com.br"}}, 903 | {"d":{"h":"*.adserver.irishwebmasterforum.com"}}, 904 | {"d":{"h":"*.adserver.itsfogo.com"}}, 905 | {"d":{"h":"*.adserver.janes.com"}}, 906 | {"d":{"h":"*.adserver.kyoceramita-europe.com"}}, 907 | {"d":{"h":"*.adserver.libero.it"}}, 908 | {"d":{"h":"*.adserver.motorpresse.de"}}, 909 | {"d":{"h":"*.adserver.news.com.au"}}, 910 | {"d":{"h":"*.adserver.ngz-network.de"}}, 911 | {"d":{"h":"*.adserver.nydailynews.com"}}, 912 | {"d":{"h":"*.adserver.o2.pl"}}, 913 | {"d":{"h":"*.adserver.oddschecker.com"}}, 914 | {"d":{"h":"*.adserver.pl"}}, 915 | {"d":{"h":"*.adserver.plhb.com"}}, 916 | {"d":{"h":"*.adserver.portalofevil.com"}}, 917 | {"d":{"h":"*.adserver.portugalmail.net"}}, 918 | {"d":{"h":"*.adserver.portugalmail.pt"}}, 919 | {"d":{"h":"*.adserver.quizdingo.com"}}, 920 | {"d":{"h":"*.adserver.realhomesex.net"}}, 921 | {"d":{"h":"*.adserver.sanomawsoy.fi"}}, 922 | {"d":{"h":"*.adserver.sciflicks.com"}}, 923 | {"d":{"h":"*.adserver.sharewareonline.com"}}, 924 | {"d":{"h":"*.adserver.snowball.com"}}, 925 | {"d":{"h":"*.adserver.spankaway.com"}}, 926 | {"d":{"h":"*.adserver.startnow.com"}}, 927 | {"d":{"h":"*.adserver.theonering.net"}}, 928 | {"d":{"h":"*.adserver.twitpic.com"}}, 929 | {"d":{"h":"*.adserver.viagogo.com"}}, 930 | {"d":{"h":"*.adserver.virginmedia.com"}}, 931 | {"d":{"h":"*.adserver.yahoo.com"}}, 932 | {"d":{"h":"*.adserver01.de"}}, 933 | {"d":{"h":"*.adserver1-images.backbeatmedia.com"}}, 934 | {"d":{"h":"*.adserver1.backbeatmedia.com"}}, 935 | {"d":{"h":"*.adserver1.mindshare.de"}}, 936 | {"d":{"h":"*.adserver1.mokono.com"}}, 937 | {"d":{"h":"*.adserver1.ogilvy-interactive.de"}}, 938 | {"d":{"h":"*.adserver1.shareconnector.com"}}, 939 | {"d":{"h":"*.adserver1.w00tmedia.net"}}, 940 | {"d":{"h":"*.adserver2.mindshare.de"}}, 941 | {"d":{"h":"*.adserver2.popdata.de"}}, 942 | {"d":{"h":"*.adserverplus.com"}}, 943 | {"d":{"h":"*.adserversolutions.com"}}, 944 | {"d":{"h":"*.adserveuk.com"}}, 945 | {"d":{"h":"*.adserving.eleven-agency.com"}}, 946 | {"d":{"h":"*.adservinginternational.com"}}, 947 | {"d":{"h":"*.adsfac.eu"}}, 948 | {"d":{"h":"*.adsfac.net"}}, 949 | {"d":{"h":"*.adsfac.us"}}, 950 | {"d":{"h":"*.adshost1.com"}}, 951 | {"d":{"h":"*.adshuffle.com"}}, 952 | {"d":{"h":"*.adside.com"}}, 953 | {"d":{"h":"*.adskape.ru"}}, 954 | {"d":{"h":"*.adsklick.de"}}, 955 | {"d":{"h":"*.adsmarket.com"}}, 956 | {"d":{"h":"*.adsmart.co.uk"}}, 957 | {"d":{"h":"*.adsmart.com"}}, 958 | {"d":{"h":"*.adsmart.net"}}, 959 | {"d":{"h":"*.adsmusic.com"}}, 960 | {"d":{"h":"*.adsoftware.com"}}, 961 | {"d":{"h":"*.adsoldier.com"}}, 962 | {"d":{"h":"*.adspace.ro"}}, 963 | {"d":{"h":"*.adspeed.net"}}, 964 | {"d":{"h":"*.adspirit.de"}}, 965 | {"d":{"h":"*.adsponse.de"}}, 966 | {"d":{"h":"*.adsremote.scrippsnetworks.com"}}, 967 | {"d":{"h":"*.adsrevenue.net"}}, 968 | {"d":{"h":"*.adsrv.deviantart.com"}}, 969 | {"d":{"h":"*.adsrv.iol.co.za"}}, 970 | {"d":{"h":"*.adsstat.com"}}, 971 | {"d":{"h":"*.adstat.4u.pl"}}, 972 | {"d":{"h":"*.adstest.weather.com"}}, 973 | {"d":{"h":"*.adsynergy.com"}}, 974 | {"d":{"h":"*.adsys.townnews.com"}}, 975 | {"d":{"h":"*.adsystem.simplemachines.org"}}, 976 | {"d":{"h":"*.adsystem.tt-forums.net"}}, 977 | {"d":{"h":"*.adtech.de"}}, 978 | {"d":{"h":"*.adtegrity.net"}}, 979 | {"d":{"h":"*.adthis.com"}}, 980 | {"d":{"h":"*.adtiger.de"}}, 981 | {"d":{"h":"*.adtoll.com"}}, 982 | {"d":{"h":"*.adtology.com"}}, 983 | {"d":{"h":"*.adtoma.com"}}, 984 | {"d":{"h":"*.adtrade.net"}}, 985 | {"d":{"h":"*.adtrading.de"}}, 986 | {"d":{"h":"*.adtrak.net"}}, 987 | {"d":{"h":"*.adtriplex.com"}}, 988 | {"d":{"h":"*.adult-adv.com"}}, 989 | {"d":{"h":"*.adultadvertising.com"}}, 990 | {"d":{"h":"*.adv-adserver.com"}}, 991 | {"d":{"h":"*.adv-banner.libero.it"}}, 992 | {"d":{"h":"*.adv.cooperhosting.net"}}, 993 | {"d":{"h":"*.adv.freeonline.it"}}, 994 | {"d":{"h":"*.adv.hwupgrade.it"}}, 995 | {"d":{"h":"*.adv.livedoor.com"}}, 996 | {"d":{"h":"*.adv.webmd.com"}}, 997 | {"d":{"h":"*.adv.wp.pl"}}, 998 | {"d":{"h":"*.adv.yo.cz"}}, 999 | {"d":{"h":"*.advariant.com"}}, 1000 | {"d":{"h":"*.adventory.com"}}, 1001 | {"d":{"h":"*.advert.bayarea.com"}}, 1002 | {"d":{"h":"*.advert.dyna.ultraweb.hu"}}, 1003 | {"d":{"h":"*.advertarium.com.ua"}}, 1004 | {"d":{"h":"*.adverticum.com"}}, 1005 | {"d":{"h":"*.adverticum.net"}}, 1006 | {"d":{"h":"*.adverticus.de"}}, 1007 | {"d":{"h":"*.advertise.com"}}, 1008 | {"d":{"h":"*.advertiseireland.com"}}, 1009 | {"d":{"h":"*.advertisespace.com"}}, 1010 | {"d":{"h":"*.advertising.guildlaunch.net"}}, 1011 | {"d":{"h":"*.advertisingbanners.com"}}, 1012 | {"d":{"h":"*.advertisingbox.com"}}, 1013 | {"d":{"h":"*.advertmarket.com"}}, 1014 | {"d":{"h":"*.advertmedia.de"}}, 1015 | {"d":{"h":"*.advertpro.sitepoint.com"}}, 1016 | {"d":{"h":"*.advertpro.ya.com"}}, 1017 | {"d":{"h":"*.adverts.carltononline.com"}}, 1018 | {"d":{"h":"*.adverts.digitalspy.co.uk"}}, 1019 | {"d":{"h":"*.advertserve.com"}}, 1020 | {"d":{"h":"*.advertstream.com"}}, 1021 | {"d":{"h":"*.advertwizard.com"}}, 1022 | {"d":{"h":"*.advideo.uimserv.net"}}, 1023 | {"d":{"h":"*.adview.ppro.de"}}, 1024 | {"d":{"h":"*.advisormedia.cz"}}, 1025 | {"d":{"h":"*.adviva.com"}}, 1026 | {"d":{"h":"*.adviva.net"}}, 1027 | {"d":{"h":"*.advnt.com"}}, 1028 | {"d":{"h":"*.adwareremovergold.com"}}, 1029 | {"d":{"h":"*.adwhirl.com"}}, 1030 | {"d":{"h":"*.adwitserver.com"}}, 1031 | {"d":{"h":"*.adworldnetwork.com"}}, 1032 | {"d":{"h":"*.adworx.at"}}, 1033 | {"d":{"h":"*.adworx.be"}}, 1034 | {"d":{"h":"*.adworx.nl"}}, 1035 | {"d":{"h":"*.adx.allstar.cz"}}, 1036 | {"d":{"h":"*.adx.arip.co.th"}}, 1037 | {"d":{"h":"*.adx.atnext.com"}}, 1038 | {"d":{"h":"*.adx.gainesvillesun.com"}}, 1039 | {"d":{"h":"*.adxpansion.com"}}, 1040 | {"d":{"h":"*.adxpose.com"}}, 1041 | {"d":{"h":"*.adxvalue.com"}}, 1042 | {"d":{"h":"*.adyea.com"}}, 1043 | {"d":{"h":"*.adzerk.net"}}, 1044 | {"d":{"h":"*.adzerk.s3.amazonaws.com"}}, 1045 | {"d":{"h":"*.adzones.com"}}, 1046 | {"d":{"h":"*.af-ad.co.uk"}}, 1047 | {"d":{"h":"*.afbtracking09.com"}}, 1048 | {"d":{"h":"*.affbuzzads.com"}}, 1049 | {"d":{"h":"*.affili.net"}}, 1050 | {"d":{"h":"*.affiliate.1800flowers.com"}}, 1051 | {"d":{"h":"*.affiliate.7host.com"}}, 1052 | {"d":{"h":"*.affiliate.doubleyourdating.com"}}, 1053 | {"d":{"h":"*.affiliate.dtiserv.com"}}, 1054 | {"d":{"h":"*.affiliate.gamestop.com"}}, 1055 | {"d":{"h":"*.affiliate.kitapyurdu.com"}}, 1056 | {"d":{"h":"*.affiliate.mercola.com"}}, 1057 | {"d":{"h":"*.affiliate.mogs.com"}}, 1058 | {"d":{"h":"*.affiliate.offgamers.com"}}, 1059 | {"d":{"h":"*.affiliate.travelnow.com"}}, 1060 | {"d":{"h":"*.affiliate.viator.com"}}, 1061 | {"d":{"h":"*.affiliatefuel.com"}}, 1062 | {"d":{"h":"*.affiliatefuture.com"}}, 1063 | {"d":{"h":"*.affiliates.allposters.com"}}, 1064 | {"d":{"h":"*.affiliates.babylon.com"}}, 1065 | {"d":{"h":"*.affiliates.devilfishpartners.com"}}, 1066 | {"d":{"h":"*.affiliates.digitalriver.com"}}, 1067 | {"d":{"h":"*.affiliates.globat.com"}}, 1068 | {"d":{"h":"*.affiliates.ige.com"}}, 1069 | {"d":{"h":"*.affiliates.internationaljock.com"}}, 1070 | {"d":{"h":"*.affiliates.jlist.com"}}, 1071 | {"d":{"h":"*.affiliates.quintura.com"}}, 1072 | {"d":{"h":"*.affiliates.streamray.com"}}, 1073 | {"d":{"h":"*.affiliates.thinkhost.net"}}, 1074 | {"d":{"h":"*.affiliates.thrixxx.com"}}, 1075 | {"d":{"h":"*.affiliates.ultrahosting.com"}}, 1076 | {"d":{"h":"*.affiliatetracking.com"}}, 1077 | {"d":{"h":"*.affiliatetracking.net"}}, 1078 | {"d":{"h":"*.affiliatewindow.com"}}, 1079 | {"d":{"h":"*.affiliation-france.com"}}, 1080 | {"d":{"h":"*.ah-ha.com"}}, 1081 | {"d":{"h":"*.aidu-ads.de"}}, 1082 | {"d":{"h":"*.aim4media.com"}}, 1083 | {"d":{"h":"*.aistat.net"}}, 1084 | {"d":{"h":"*.ajouter.net"}}, 1085 | {"d":{"h":"*.alclick.com"}}, 1086 | {"d":{"h":"*.alenty.com"}}, 1087 | {"d":{"h":"*.alexa-sitestats.s3.amazonaws.com"}}, 1088 | {"d":{"h":"*.all4spy.com"}}, 1089 | {"d":{"h":"*.alladvantage.com"}}, 1090 | {"d":{"h":"*.allosponsor.com"}}, 1091 | {"d":{"h":"*.amazingcounters.com"}}, 1092 | {"d":{"h":"*.amung.us"}}, 1093 | {"d":{"h":"*.an.tacoda.net"}}, 1094 | {"d":{"h":"*.anahtars.com"}}, 1095 | {"d":{"h":"*.analytics.live.com"}}, 1096 | {"d":{"h":"*.analytics.yahoo.com"}}, 1097 | {"d":{"h":"*.anm.intelli-direct.com"}}, 1098 | {"d":{"h":"*.annonser.dagbladet.no"}}, 1099 | {"d":{"h":"*.apdsrv.com"}}, 1100 | {"d":{"h":"*.apex-ad.com"}}, 1101 | {"d":{"h":"*.api.intensifier.de"}}, 1102 | {"d":{"h":"*.apture.com"}}, 1103 | {"d":{"h":"*.arc1.msn.com"}}, 1104 | {"d":{"h":"*.arcadebanners.com"}}, 1105 | {"d":{"h":"*.ard.xxxblackbook.com"}}, 1106 | {"d":{"h":"*.as.webmd.com"}}, 1107 | {"d":{"h":"*.as1.advfn.com"}}, 1108 | {"d":{"h":"*.as2.advfn.com"}}, 1109 | {"d":{"h":"*.as5000.com"}}, 1110 | {"d":{"h":"*.assets.loomia.com"}}, 1111 | {"d":{"h":"*.assets1.exgfnetwork.com"}}, 1112 | {"d":{"h":"*.assoc-amazon.com"}}, 1113 | {"d":{"h":"*.at-adserver.alltop.com"}}, 1114 | {"d":{"h":"*.athena-ads.wikia.com"}}, 1115 | {"d":{"h":"*.atopsites.com"}}, 1116 | {"d":{"h":"*.auctionads.com"}}, 1117 | {"d":{"h":"*.auctionads.net"}}, 1118 | {"d":{"h":"*.audience2media.com"}}, 1119 | {"d":{"h":"*.audit.median.hu"}}, 1120 | {"d":{"h":"*.audit.webinform.hu"}}, 1121 | {"d":{"h":"*.auto-bannertausch.de"}}, 1122 | {"d":{"h":"*.avenuea.com"}}, 1123 | {"d":{"h":"*.avpa.javalobby.org"}}, 1124 | {"d":{"h":"*.avres.net"}}, 1125 | {"d":{"h":"*.avsads.com"}}, 1126 | {"d":{"h":"*.awempire.com"}}, 1127 | {"d":{"h":"*.awin1.com"}}, 1128 | {"d":{"h":"*.aylarl.com"}}, 1129 | {"d":{"h":"*.azfront.com"}}, 1130 | {"d":{"h":"*.b-1st.com"}}, 1131 | {"d":{"h":"*.ba.afl.rakuten.co.jp"}}, 1132 | {"d":{"h":"*.babs.tv2.dk"}}, 1133 | {"d":{"h":"*.backbeatmedia.com"}}, 1134 | {"d":{"h":"*.banik.redigy.cz"}}, 1135 | {"d":{"h":"*.banner-exchange-24.de"}}, 1136 | {"d":{"h":"*.banner.ad.nu"}}, 1137 | {"d":{"h":"*.banner.alphacool.de"}}, 1138 | {"d":{"h":"*.banner.ambercoastcasino.com"}}, 1139 | {"d":{"h":"*.banner.blogranking.net"}}, 1140 | {"d":{"h":"*.banner.buempliz-online.ch"}}, 1141 | {"d":{"h":"*.banner.casino.net"}}, 1142 | {"d":{"h":"*.banner.casinodelrio.com"}}, 1143 | {"d":{"h":"*.banner.cotedazurpalace.com"}}, 1144 | {"d":{"h":"*.banner.coza.com"}}, 1145 | {"d":{"h":"*.banner.cz"}}, 1146 | {"d":{"h":"*.banner.easyspace.com"}}, 1147 | {"d":{"h":"*.banner.elisa.net"}}, 1148 | {"d":{"h":"*.banner.eurogrand.com"}}, 1149 | {"d":{"h":"*.banner.featuredusers.com"}}, 1150 | {"d":{"h":"*.banner.getgo.de"}}, 1151 | {"d":{"h":"*.banner.goldenpalace.com"}}, 1152 | {"d":{"h":"*.banner.img.co.za"}}, 1153 | {"d":{"h":"*.banner.inyourpocket.com"}}, 1154 | {"d":{"h":"*.banner.jobsahead.com"}}, 1155 | {"d":{"h":"*.banner.joylandcasino.com"}}, 1156 | {"d":{"h":"*.banner.kiev.ua"}}, 1157 | {"d":{"h":"*.banner.linux.se"}}, 1158 | {"d":{"h":"*.banner.media-system.de"}}, 1159 | {"d":{"h":"*.banner.mindshare.de"}}, 1160 | {"d":{"h":"*.banner.nixnet.cz"}}, 1161 | {"d":{"h":"*.banner.noblepoker.com"}}, 1162 | {"d":{"h":"*.banner.northsky.com"}}, 1163 | {"d":{"h":"*.banner.orb.net"}}, 1164 | {"d":{"h":"*.banner.penguin.cz"}}, 1165 | {"d":{"h":"*.banner.prestigecasino.com"}}, 1166 | {"d":{"h":"*.banner.rbc.ru"}}, 1167 | {"d":{"h":"*.banner.relcom.ru"}}, 1168 | {"d":{"h":"*.banner.supereva.it"}}, 1169 | {"d":{"h":"*.banner.tanto.de"}}, 1170 | {"d":{"h":"*.banner.titan-dsl.de"}}, 1171 | {"d":{"h":"*.banner.vadian.net"}}, 1172 | {"d":{"h":"*.banner.webmersion.com"}}, 1173 | {"d":{"h":"*.banner.wirenode.com"}}, 1174 | {"d":{"h":"*.bannerads.de"}}, 1175 | {"d":{"h":"*.bannerads.zwire.com"}}, 1176 | {"d":{"h":"*.bannerbank.ru"}}, 1177 | {"d":{"h":"*.bannerboxes.com"}}, 1178 | {"d":{"h":"*.bannercommunity.de"}}, 1179 | {"d":{"h":"*.bannerconnect.com"}}, 1180 | {"d":{"h":"*.bannerconnect.net"}}, 1181 | {"d":{"h":"*.bannerexchange.cjb.net"}}, 1182 | {"d":{"h":"*.bannergrabber.internet.gr"}}, 1183 | {"d":{"h":"*.bannerhost.com"}}, 1184 | {"d":{"h":"*.bannerimage.com"}}, 1185 | {"d":{"h":"*.bannerlandia.com.ar"}}, 1186 | {"d":{"h":"*.bannermall.com"}}, 1187 | {"d":{"h":"*.bannermarkt.nl"}}, 1188 | {"d":{"h":"*.bannerpower.com"}}, 1189 | {"d":{"h":"*.banners.adultfriendfinder.com"}}, 1190 | {"d":{"h":"*.banners.amigos.com"}}, 1191 | {"d":{"h":"*.banners.apnuk.com"}}, 1192 | {"d":{"h":"*.banners.asiafriendfinder.com"}}, 1193 | {"d":{"h":"*.banners.audioholics.com"}}, 1194 | {"d":{"h":"*.banners.babylon-x.com"}}, 1195 | {"d":{"h":"*.banners.bol.com.br"}}, 1196 | {"d":{"h":"*.banners.cams.com"}}, 1197 | {"d":{"h":"*.banners.clubseventeen.com"}}, 1198 | {"d":{"h":"*.banners.czi.cz"}}, 1199 | {"d":{"h":"*.banners.dine.com"}}, 1200 | {"d":{"h":"*.banners.direction-x.com"}}, 1201 | {"d":{"h":"*.banners.directnic.com"}}, 1202 | {"d":{"h":"*.banners.easydns.com"}}, 1203 | {"d":{"h":"*.banners.ebay.com"}}, 1204 | {"d":{"h":"*.banners.freett.com"}}, 1205 | {"d":{"h":"*.banners.friendfinder.com"}}, 1206 | {"d":{"h":"*.banners.getiton.com"}}, 1207 | {"d":{"h":"*.banners.iq.pl"}}, 1208 | {"d":{"h":"*.banners.isoftmarketing.com"}}, 1209 | {"d":{"h":"*.banners.lifeserv.com"}}, 1210 | {"d":{"h":"*.banners.linkbuddies.com"}}, 1211 | {"d":{"h":"*.banners.passion.com"}}, 1212 | {"d":{"h":"*.banners.resultonline.com"}}, 1213 | {"d":{"h":"*.banners.sexsearch.com"}}, 1214 | {"d":{"h":"*.banners.sys-con.com"}}, 1215 | {"d":{"h":"*.banners.thomsonlocal.com"}}, 1216 | {"d":{"h":"*.banners.videosz.com"}}, 1217 | {"d":{"h":"*.banners.virtuagirlhd.com"}}, 1218 | {"d":{"h":"*.banners.wunderground.com"}}, 1219 | {"d":{"h":"*.bannerserver.com"}}, 1220 | {"d":{"h":"*.bannersgomlm.com"}}, 1221 | {"d":{"h":"*.bannershotlink.perfectgonzo.com"}}, 1222 | {"d":{"h":"*.bannersng.yell.com"}}, 1223 | {"d":{"h":"*.bannerspace.com"}}, 1224 | {"d":{"h":"*.bannerswap.com"}}, 1225 | {"d":{"h":"*.bannertesting.com"}}, 1226 | {"d":{"h":"*.bannery.cz"}}, 1227 | {"d":{"h":"*.bannieres.acces-contenu.com"}}, 1228 | {"d":{"h":"*.bans.adserver.co.il"}}, 1229 | {"d":{"h":"*.bans.bride.ru"}}, 1230 | {"d":{"h":"*.barnesandnoble.bfast.com"}}, 1231 | {"d":{"h":"*.baypops.com"}}, 1232 | {"d":{"h":"*.bbelements.com"}}, 1233 | {"d":{"h":"*.bbn.img.com.ua"}}, 1234 | {"d":{"h":"*.begun.ru"}}, 1235 | {"d":{"h":"*.belstat.com"}}, 1236 | {"d":{"h":"*.belstat.nl"}}, 1237 | {"d":{"h":"*.berp.com"}}, 1238 | {"d":{"h":"*.best-pr.info"}}, 1239 | {"d":{"h":"*.best-top.ro"}}, 1240 | {"d":{"h":"*.bestsearch.net"}}, 1241 | {"d":{"h":"*.bidbuddy.com"}}, 1242 | {"d":{"h":"*.bidclix.com"}}, 1243 | {"d":{"h":"*.bidclix.net"}}, 1244 | {"d":{"h":"*.bidvertiser.com"}}, 1245 | {"d":{"h":"*.bigads.guj.de"}}, 1246 | {"d":{"h":"*.bigbangmedia.com"}}, 1247 | {"d":{"h":"*.bigclicks.com"}}, 1248 | {"d":{"h":"*.billboard.cz"}}, 1249 | {"d":{"h":"*.bitads.net"}}, 1250 | {"d":{"h":"*.bitmedianetwork.com"}}, 1251 | {"d":{"h":"*.bizad.nikkeibp.co.jp"}}, 1252 | {"d":{"h":"*.bizban.net"}}, 1253 | {"d":{"h":"*.bizrate.com"}}, 1254 | {"d":{"h":"*.blast4traffic.com"}}, 1255 | {"d":{"h":"*.blingbucks.com"}}, 1256 | {"d":{"h":"*.blogads.com"}}, 1257 | {"d":{"h":"*.blogcounter.de"}}, 1258 | {"d":{"h":"*.blogherads.com"}}, 1259 | {"d":{"h":"*.blogrush.com"}}, 1260 | {"d":{"h":"*.blogtoplist.se"}}, 1261 | {"d":{"h":"*.blogtopsites.com"}}, 1262 | {"d":{"h":"*.blueadvertise.com"}}, 1263 | {"d":{"h":"*.bluehornet.com"}}, 1264 | {"d":{"h":"*.bluewhaleweb.com"}}, 1265 | {"d":{"h":"*.bm.annonce.cz"}}, 1266 | {"d":{"h":"*.bn.bfast.com"}}, 1267 | {"d":{"h":"*.boersego-ads.de"}}, 1268 | {"d":{"h":"*.boldchat.com"}}, 1269 | {"d":{"h":"*.boom.ro"}}, 1270 | {"d":{"h":"*.boost-my-pr.de"}}, 1271 | {"d":{"h":"*.box.anchorfree.net"}}, 1272 | {"d":{"h":"*.bpath.com"}}, 1273 | {"d":{"h":"*.braincash.com"}}, 1274 | {"d":{"h":"*.brandreachsys.com"}}, 1275 | {"d":{"h":"*.bravenet.com"}}, 1276 | {"d":{"h":"*.bridgetrack.com"}}, 1277 | {"d":{"h":"*.british-banners.com"}}, 1278 | {"d":{"h":"*.bs.yandex.ru"}}, 1279 | {"d":{"h":"*.budsinc.com"}}, 1280 | {"d":{"h":"*.bullseye.backbeatmedia.com"}}, 1281 | {"d":{"h":"*.buyhitscheap.com"}}, 1282 | {"d":{"h":"*.buysellads.com"}}, 1283 | {"d":{"h":"*.bvalphaserver.com"}}, 1284 | {"d":{"h":"*.bwp.download.com"}}, 1285 | {"d":{"h":"*.c.bigmir.net"}}, 1286 | {"d":{"h":"*.c.compete.com"}}, 1287 | {"d":{"h":"*.c1.nowlinux.com"}}, 1288 | {"d":{"h":"*.campaign.bharatmatrimony.com"}}, 1289 | {"d":{"h":"*.caniamedia.com"}}, 1290 | {"d":{"h":"*.carbonads.com"}}, 1291 | {"d":{"h":"*.carbonads.net"}}, 1292 | {"d":{"h":"*.casalemedia.com"}}, 1293 | {"d":{"h":"*.casalmedia.com"}}, 1294 | {"d":{"h":"*.cash4banner.de"}}, 1295 | {"d":{"h":"*.cash4members.com"}}, 1296 | {"d":{"h":"*.cash4popup.de"}}, 1297 | {"d":{"h":"*.cashcrate.com"}}, 1298 | {"d":{"h":"*.cashengines.com"}}, 1299 | {"d":{"h":"*.cashfiesta.com"}}, 1300 | {"d":{"h":"*.cashlayer.com"}}, 1301 | {"d":{"h":"*.cashpartner.com"}}, 1302 | {"d":{"h":"*.casinogames.com"}}, 1303 | {"d":{"h":"*.casinopays.com"}}, 1304 | {"d":{"h":"*.casinorewards.com"}}, 1305 | {"d":{"h":"*.casinotraffic.com"}}, 1306 | {"d":{"h":"*.casinotreasure.com"}}, 1307 | {"d":{"h":"*.cbanners.virtuagirlhd.com"}}, 1308 | {"d":{"h":"*.cben1.net"}}, 1309 | {"d":{"h":"*.cbmall.com"}}, 1310 | {"d":{"h":"*.cbx.net"}}, 1311 | {"d":{"h":"*.cecash.com"}}, 1312 | {"d":{"h":"*.ceskydomov.alias.ngs.modry.cz"}}, 1313 | {"d":{"h":"*.cetrk.com"}}, 1314 | {"d":{"h":"*.cgicounter.puretec.de"}}, 1315 | {"d":{"h":"*.ch.questionmarket.com"}}, 1316 | {"d":{"h":"*.channelintelligence.com"}}, 1317 | {"d":{"h":"*.chart.dk"}}, 1318 | {"d":{"h":"*.checkm8.com"}}, 1319 | {"d":{"h":"*.checkstat.nl"}}, 1320 | {"d":{"h":"*.chestionar.ro"}}, 1321 | {"d":{"h":"*.chitika.net"}}, 1322 | {"d":{"h":"*.ciaoclick.com"}}, 1323 | {"d":{"h":"*.cibleclick.com"}}, 1324 | {"d":{"h":"*.cityads.telus.net"}}, 1325 | {"d":{"h":"*.cj.com"}}, 1326 | {"d":{"h":"*.cjbmanagement.com"}}, 1327 | {"d":{"h":"*.cjlog.com"}}, 1328 | {"d":{"h":"*.claria.com"}}, 1329 | {"d":{"h":"*.class-act-clicks.com"}}, 1330 | {"d":{"h":"*.click-fr.com"}}, 1331 | {"d":{"h":"*.click.absoluteagency.com"}}, 1332 | {"d":{"h":"*.click.fool.com"}}, 1333 | {"d":{"h":"*.click.kmindex.ru"}}, 1334 | {"d":{"h":"*.click2freemoney.com"}}, 1335 | {"d":{"h":"*.click2paid.com"}}, 1336 | {"d":{"h":"*.clickability.com"}}, 1337 | {"d":{"h":"*.clickadz.com"}}, 1338 | {"d":{"h":"*.clickagents.com"}}, 1339 | {"d":{"h":"*.clickbank.com"}}, 1340 | {"d":{"h":"*.clickbank.net"}}, 1341 | {"d":{"h":"*.clickbooth.com"}}, 1342 | {"d":{"h":"*.clickboothlnk.com"}}, 1343 | {"d":{"h":"*.clickbrokers.com"}}, 1344 | {"d":{"h":"*.clickchatsold.com"}}, 1345 | {"d":{"h":"*.clickcompare.co.uk"}}, 1346 | {"d":{"h":"*.clickdensity.com"}}, 1347 | {"d":{"h":"*.clickedyclick.com"}}, 1348 | {"d":{"h":"*.clickforwebmasters.com"}}, 1349 | {"d":{"h":"*.clickhereforcellphones.com"}}, 1350 | {"d":{"h":"*.clickhouse.com"}}, 1351 | {"d":{"h":"*.clickhype.com"}}, 1352 | {"d":{"h":"*.clicklink.jp"}}, 1353 | {"d":{"h":"*.clickmedia.ro"}}, 1354 | {"d":{"h":"*.clickosmedia.com"}}, 1355 | {"d":{"h":"*.clicks.equantum.com"}}, 1356 | {"d":{"h":"*.clicks.mods.de"}}, 1357 | {"d":{"h":"*.clicks.stripsaver.com"}}, 1358 | {"d":{"h":"*.clickserve.cc-dt.com"}}, 1359 | {"d":{"h":"*.clicktag.de"}}, 1360 | {"d":{"h":"*.clickthrucash.com"}}, 1361 | {"d":{"h":"*.clickthruserver.com"}}, 1362 | {"d":{"h":"*.clickthrutraffic.com"}}, 1363 | {"d":{"h":"*.clicktrace.info"}}, 1364 | {"d":{"h":"*.clicktrack.ziyu.net"}}, 1365 | {"d":{"h":"*.clicktracks.com"}}, 1366 | {"d":{"h":"*.clicktrade.com"}}, 1367 | {"d":{"h":"*.clickxchange.com"}}, 1368 | {"d":{"h":"*.clickz.com"}}, 1369 | {"d":{"h":"*.clicmanager.fr"}}, 1370 | {"d":{"h":"*.clictrafic.com"}}, 1371 | {"d":{"h":"*.clients.tbo.com"}}, 1372 | {"d":{"h":"*.clixgalore.com"}}, 1373 | {"d":{"h":"*.clkads.com"}}, 1374 | {"d":{"h":"*.cluster.adultworld.com"}}, 1375 | {"d":{"h":"*.clustrmaps.com"}}, 1376 | {"d":{"h":"*.cmpstar.com"}}, 1377 | {"d":{"h":"*.cnomy.com"}}, 1378 | {"d":{"h":"*.cnt.one.ru"}}, 1379 | {"d":{"h":"*.cnt.spbland.ru"}}, 1380 | {"d":{"h":"*.cnt1.pocitadlo.cz"}}, 1381 | {"d":{"h":"*.code-server.biz"}}, 1382 | {"d":{"h":"*.colonize.com"}}, 1383 | {"d":{"h":"*.comclick.com"}}, 1384 | {"d":{"h":"*.commindo-media-ressourcen.de"}}, 1385 | {"d":{"h":"*.commissionmonster.com"}}, 1386 | {"d":{"h":"*.compactbanner.com"}}, 1387 | {"d":{"h":"*.comprabanner.it"}}, 1388 | {"d":{"h":"*.connextra.com"}}, 1389 | {"d":{"h":"*.contaxe.de"}}, 1390 | {"d":{"h":"*.content.ad"}}, 1391 | {"d":{"h":"*.conversionruler.com"}}, 1392 | {"d":{"h":"*.cookies.cmpnet.com"}}, 1393 | {"d":{"h":"*.count.rbc.ru"}}, 1394 | {"d":{"h":"*.count.rin.ru"}}, 1395 | {"d":{"h":"*.count.west263.com"}}, 1396 | {"d":{"h":"*.count6.rbc.ru"}}, 1397 | {"d":{"h":"*.counted.com"}}, 1398 | {"d":{"h":"*.counter.avtoindex.com"}}, 1399 | {"d":{"h":"*.counter.bloke.com"}}, 1400 | {"d":{"h":"*.counter.cgiworld.net"}}, 1401 | {"d":{"h":"*.counter.cnw.cz"}}, 1402 | {"d":{"h":"*.counter.cz"}}, 1403 | {"d":{"h":"*.counter.dreamhost.com"}}, 1404 | {"d":{"h":"*.counter.fateback.com"}}, 1405 | {"d":{"h":"*.counter.mirohost.net"}}, 1406 | {"d":{"h":"*.counter.mojgorod.ru"}}, 1407 | {"d":{"h":"*.counter.nowlinux.com"}}, 1408 | {"d":{"h":"*.counter.rambler.ru"}}, 1409 | {"d":{"h":"*.counter.search.bg"}}, 1410 | {"d":{"h":"*.counter.sparklit.com"}}, 1411 | {"d":{"h":"*.counter.times.lv"}}, 1412 | {"d":{"h":"*.counter.yadro.ru"}}, 1413 | {"d":{"h":"*.counters.honesty.com"}}, 1414 | {"d":{"h":"*.counting.kmindex.ru"}}, 1415 | {"d":{"h":"*.counts.tucows.com"}}, 1416 | {"d":{"h":"*.coupling-media.de"}}, 1417 | {"d":{"h":"*.cpalead.com"}}, 1418 | {"d":{"h":"*.cpays.com"}}, 1419 | {"d":{"h":"*.cpmstar.com"}}, 1420 | {"d":{"h":"*.cpxadroit.com"}}, 1421 | {"d":{"h":"*.cpxinteractive.com"}}, 1422 | {"d":{"h":"*.cqcounter.com"}}, 1423 | {"d":{"h":"*.crakmedia.com"}}, 1424 | {"d":{"h":"*.craktraffic.com"}}, 1425 | {"d":{"h":"*.crawlability.com"}}, 1426 | {"d":{"h":"*.crazypopups.com"}}, 1427 | {"d":{"h":"*.creafi-online-media.com"}}, 1428 | {"d":{"h":"*.creative.ak.facebook.com"}}, 1429 | {"d":{"h":"*.creative.whi.co.nz"}}, 1430 | {"d":{"h":"*.creatives.as4x.tmcs.net"}}, 1431 | {"d":{"h":"*.creatives.livejasmin.com"}}, 1432 | {"d":{"h":"*.crispads.com"}}, 1433 | {"d":{"h":"*.criteo.com"}}, 1434 | {"d":{"h":"*.crowdgravity.com"}}, 1435 | {"d":{"h":"*.crtv.mate1.com"}}, 1436 | {"d":{"h":"*.crwdcntrl.net"}}, 1437 | {"d":{"h":"*.ctnetwork.hu"}}, 1438 | {"d":{"h":"*.cubics.com"}}, 1439 | {"d":{"h":"*.customad.cnn.com"}}, 1440 | {"d":{"h":"*.cyberbounty.com"}}, 1441 | {"d":{"h":"*.cybermonitor.com"}}, 1442 | {"d":{"h":"*.d1.openx.org"}}, 1443 | {"d":{"h":"*.danban.com"}}, 1444 | {"d":{"h":"*.dapper.net"}}, 1445 | {"d":{"h":"*.datashreddergold.com"}}, 1446 | {"d":{"h":"*.dbbsrv.com"}}, 1447 | {"d":{"h":"*.dc-storm.com"}}, 1448 | {"d":{"h":"*.de17a.com"}}, 1449 | {"d":{"h":"*.dealdotcom.com"}}, 1450 | {"d":{"h":"*.debtbusterloans.com"}}, 1451 | {"d":{"h":"*.decknetwork.net"}}, 1452 | {"d":{"h":"*.default-homepage-network.com"}}, 1453 | {"d":{"h":"*.deloo.de"}}, 1454 | {"d":{"h":"*.demandbase.com"}}, 1455 | {"d":{"h":"*.depilflash.tv"}}, 1456 | {"d":{"h":"*.di1.shopping.com"}}, 1457 | {"d":{"h":"*.dialerporn.com"}}, 1458 | {"d":{"h":"*.didtheyreadit.com"}}, 1459 | {"d":{"h":"*.digits.com"}}, 1460 | {"d":{"h":"*.direct-xxx-access.com"}}, 1461 | {"d":{"h":"*.directaclick.com"}}, 1462 | {"d":{"h":"*.directivepub.com"}}, 1463 | {"d":{"h":"*.directleads.com"}}, 1464 | {"d":{"h":"*.directorym.com"}}, 1465 | {"d":{"h":"*.directtrack.com"}}, 1466 | {"d":{"h":"*.discountclick.com"}}, 1467 | {"d":{"h":"*.displayadsmedia.com"}}, 1468 | {"d":{"h":"*.displaypagerank.com"}}, 1469 | {"d":{"h":"*.dist.belnk.com"}}, 1470 | {"d":{"h":"*.dmtracker.com"}}, 1471 | {"d":{"h":"*.dmtracking.alibaba.com"}}, 1472 | {"d":{"h":"*.dmtracking2.alibaba.com"}}, 1473 | {"d":{"h":"*.dnads.directnic.com"}}, 1474 | {"d":{"h":"*.domaining.in"}}, 1475 | {"d":{"h":"*.domainsponsor.com"}}, 1476 | {"d":{"h":"*.domainsteam.de"}}, 1477 | {"d":{"h":"*.donorschoose.org"}}, 1478 | {"d":{"h":"*.doubleclick.com"}}, 1479 | {"d":{"h":"*.doubleclick.de"}}, 1480 | {"d":{"h":"*.drumcash.com"}}, 1481 | {"d":{"h":"*.dynamic.fmpub.net"}}, 1482 | {"d":{"h":"*.e-adimages.scrippsnetworks.com"}}, 1483 | {"d":{"h":"*.e-bannerx.com"}}, 1484 | {"d":{"h":"*.e-debtconsolidation.com"}}, 1485 | {"d":{"h":"*.e-m.fr"}}, 1486 | {"d":{"h":"*.e-planning.net"}}, 1487 | {"d":{"h":"*.e.kde.cz"}}, 1488 | {"d":{"h":"*.eadexchange.com"}}, 1489 | {"d":{"h":"*.easyad.info"}}, 1490 | {"d":{"h":"*.easyhits4u.com"}}, 1491 | {"d":{"h":"*.ebuzzing.com"}}, 1492 | {"d":{"h":"*.ecircle-ag.com"}}, 1493 | {"d":{"h":"*.ecoupons.com"}}, 1494 | {"d":{"h":"*.edgeio.com"}}, 1495 | {"d":{"h":"*.eiv.baidu.com"}}, 1496 | {"d":{"h":"*.elitedollars.com"}}, 1497 | {"d":{"h":"*.elitetoplist.com"}}, 1498 | {"d":{"h":"*.emarketer.com"}}, 1499 | {"d":{"h":"*.emediate.dk"}}, 1500 | {"d":{"h":"*.emediate.eu"}}, 1501 | {"d":{"h":"*.emonitor.takeit.cz"}}, 1502 | {"d":{"h":"*.engine.awaps.net"}}, 1503 | {"d":{"h":"*.engine.espace.netavenir.com"}}, 1504 | {"d":{"h":"*.enginenetwork.com"}}, 1505 | {"d":{"h":"*.enoratraffic.com"}}, 1506 | {"d":{"h":"*.enquisite.com"}}, 1507 | {"d":{"h":"*.entercasino.com"}}, 1508 | {"d":{"h":"*.entrecard.s3.amazonaws.com"}}, 1509 | {"d":{"h":"*.epiccash.com"}}, 1510 | {"d":{"h":"*.ero-advertising.com"}}, 1511 | {"d":{"h":"*.esellerate.net"}}, 1512 | {"d":{"h":"*.etargetnet.com"}}, 1513 | {"d":{"h":"*.ethicalads.net"}}, 1514 | {"d":{"h":"*.etracker.de"}}, 1515 | {"d":{"h":"*.eu-adcenter.net"}}, 1516 | {"d":{"h":"*.eu1.madsone.com"}}, 1517 | {"d":{"h":"*.eur.a1.yimg.com"}}, 1518 | {"d":{"h":"*.eurekster.com"}}, 1519 | {"d":{"h":"*.euro-linkindex.de"}}, 1520 | {"d":{"h":"*.euroclick.com"}}, 1521 | {"d":{"h":"*.european-toplist.de"}}, 1522 | {"d":{"h":"*.europeanbanners.com"}}, 1523 | {"d":{"h":"*.europebanner.net"}}, 1524 | {"d":{"h":"*.euroranking.de"}}, 1525 | {"d":{"h":"*.euros4click.de"}}, 1526 | {"d":{"h":"*.eusta.de"}}, 1527 | {"d":{"h":"*.evergage.com"}}, 1528 | {"d":{"h":"*.evidencecleanergold.com"}}, 1529 | {"d":{"h":"*.ewebcounter.com"}}, 1530 | {"d":{"h":"*.exchange-it.com"}}, 1531 | {"d":{"h":"*.exchange.bg"}}, 1532 | {"d":{"h":"*.exchangead.com"}}, 1533 | {"d":{"h":"*.exchangeclicksonline.com"}}, 1534 | {"d":{"h":"*.exit76.com"}}, 1535 | {"d":{"h":"*.exitexchange.com"}}, 1536 | {"d":{"h":"*.exitfuel.com"}}, 1537 | {"d":{"h":"*.exogripper.com"}}, 1538 | {"d":{"h":"*.experteerads.com"}}, 1539 | {"d":{"h":"*.express-submit.de"}}, 1540 | {"d":{"h":"*.extads.web.de"}}, 1541 | {"d":{"h":"*.extractorandburner.com"}}, 1542 | {"d":{"h":"*.extreme-dm.com"}}, 1543 | {"d":{"h":"*.eyeblaster.com"}}, 1544 | {"d":{"h":"*.eyewonder.com"}}, 1545 | {"d":{"h":"*.ezula.com"}}, 1546 | {"d":{"h":"*.f5biz.com"}}, 1547 | {"d":{"h":"*.fast-adv.it"}}, 1548 | {"d":{"h":"*.fastclick.com"}}, 1549 | {"d":{"h":"*.fastclick.com.edgesuite.net"}}, 1550 | {"d":{"h":"*.fc.webmasterpro.de"}}, 1551 | {"d":{"h":"*.feedbackresearch.com"}}, 1552 | {"d":{"h":"*.feedjit.com"}}, 1553 | {"d":{"h":"*.ffxcam.fairfax.com.au"}}, 1554 | {"d":{"h":"*.filitrac.com"}}, 1555 | {"d":{"h":"*.fimc.net"}}, 1556 | {"d":{"h":"*.fimserve.com"}}, 1557 | {"d":{"h":"*.findcommerce.com"}}, 1558 | {"d":{"h":"*.findyourcasino.com"}}, 1559 | {"d":{"h":"*.fineclicks.com"}}, 1560 | {"d":{"h":"*.first.nova.cz"}}, 1561 | {"d":{"h":"*.firstlightera.com"}}, 1562 | {"d":{"h":"*.flashtalking.com"}}, 1563 | {"d":{"h":"*.fleshlightcash.com"}}, 1564 | {"d":{"h":"*.flexbanner.com"}}, 1565 | {"d":{"h":"*.flowgo.com"}}, 1566 | {"d":{"h":"*.flurry.com"}}, 1567 | {"d":{"h":"*.fonecta.leiki.com"}}, 1568 | {"d":{"h":"*.foo.cosmocode.de"}}, 1569 | {"d":{"h":"*.forex-affiliate.net"}}, 1570 | {"d":{"h":"*.forrestersurveys.com"}}, 1571 | {"d":{"h":"*.fpctraffic.com"}}, 1572 | {"d":{"h":"*.fpctraffic2.com"}}, 1573 | {"d":{"h":"*.fragmentserv.iac-online.de"}}, 1574 | {"d":{"h":"*.free-banners.com"}}, 1575 | {"d":{"h":"*.freebanner.com"}}, 1576 | {"d":{"h":"*.freelogs.com"}}, 1577 | {"d":{"h":"*.freeonlineusers.com"}}, 1578 | {"d":{"h":"*.freepay.com"}}, 1579 | {"d":{"h":"*.freestat.pl"}}, 1580 | {"d":{"h":"*.freestats.com"}}, 1581 | {"d":{"h":"*.freestats.tv"}}, 1582 | {"d":{"h":"*.freewebcounter.com"}}, 1583 | {"d":{"h":"*.funklicks.com"}}, 1584 | {"d":{"h":"*.funpageexchange.com"}}, 1585 | {"d":{"h":"*.fusionads.net"}}, 1586 | {"d":{"h":"*.fusionquest.com"}}, 1587 | {"d":{"h":"*.fxclix.com"}}, 1588 | {"d":{"h":"*.fxstyle.net"}}, 1589 | {"d":{"h":"*.galaxien.com"}}, 1590 | {"d":{"h":"*.game-advertising-online.com"}}, 1591 | {"d":{"h":"*.gamehouse.com"}}, 1592 | {"d":{"h":"*.gamesites100.net"}}, 1593 | {"d":{"h":"*.gamesites200.com"}}, 1594 | {"d":{"h":"*.gamesitestop100.com"}}, 1595 | {"d":{"h":"*.gator.com"}}, 1596 | {"d":{"h":"*.gbanners.hornymatches.com"}}, 1597 | {"d":{"h":"*.gemius.pl"}}, 1598 | {"d":{"h":"*.geo.digitalpoint.com"}}, 1599 | {"d":{"h":"*.geobanner.adultfriendfinder.com"}}, 1600 | {"d":{"h":"*.geovisite.com"}}, 1601 | {"d":{"h":"*.german-linkindex.de"}}, 1602 | {"d":{"h":"*.getclicky.com"}}, 1603 | {"d":{"h":"*.getfreecounter.com"}}, 1604 | {"d":{"h":"*.globalismedia.com"}}, 1605 | {"d":{"h":"*.globaltakeoff.net"}}, 1606 | {"d":{"h":"*.globaltrack.com"}}, 1607 | {"d":{"h":"*.globe7.com"}}, 1608 | {"d":{"h":"*.gmads.net"}}, 1609 | {"d":{"h":"*.go-clicks.de"}}, 1610 | {"d":{"h":"*.go-rank.de"}}, 1611 | {"d":{"h":"*.goingplatinum.com"}}, 1612 | {"d":{"h":"*.gold.weborama.fr"}}, 1613 | {"d":{"h":"*.goldstats.com"}}, 1614 | {"d":{"h":"*.gostats.com"}}, 1615 | {"d":{"h":"*.gp.dejanews.com"}}, 1616 | {"d":{"h":"*.gpr.hu"}}, 1617 | {"d":{"h":"*.grafstat.ro"}}, 1618 | {"d":{"h":"*.grapeshot.co.uk"}}, 1619 | {"d":{"h":"*.gtop.ro"}}, 1620 | {"d":{"h":"*.gtop100.com"}}, 1621 | {"d":{"h":"*.gtsads.com"}}, 1622 | {"d":{"h":"*.harrenmedia.com"}}, 1623 | {"d":{"h":"*.harrenmedianetwork.com"}}, 1624 | {"d":{"h":"*.havamedia.net"}}, 1625 | {"d":{"h":"*.heias.com"}}, 1626 | {"d":{"h":"*.hentaicounter.com"}}, 1627 | {"d":{"h":"*.herbalaffiliateprogram.com"}}, 1628 | {"d":{"h":"*.hexusads.fluent.ltd.uk"}}, 1629 | {"d":{"h":"*.heyos.com"}}, 1630 | {"d":{"h":"*.hgads.com"}}, 1631 | {"d":{"h":"*.hidden.gogoceleb.com"}}, 1632 | {"d":{"h":"*.hightrafficads.com"}}, 1633 | {"d":{"h":"*.hit-parade.com"}}, 1634 | {"d":{"h":"*.hit-ranking.de"}}, 1635 | {"d":{"h":"*.hit.bg"}}, 1636 | {"d":{"h":"*.hit.ua"}}, 1637 | {"d":{"h":"*.hit.webcentre.lycos.co.uk"}}, 1638 | {"d":{"h":"*.hitbox.com"}}, 1639 | {"d":{"h":"*.hitcents.com"}}, 1640 | {"d":{"h":"*.hitexchange.net"}}, 1641 | {"d":{"h":"*.hitfarm.com"}}, 1642 | {"d":{"h":"*.hitiz.com"}}, 1643 | {"d":{"h":"*.hitlist.ru"}}, 1644 | {"d":{"h":"*.hitlounge.com"}}, 1645 | {"d":{"h":"*.hitometer.com"}}, 1646 | {"d":{"h":"*.hits.europuls.eu"}}, 1647 | {"d":{"h":"*.hits.informer.com"}}, 1648 | {"d":{"h":"*.hits.puls.lv"}}, 1649 | {"d":{"h":"*.hits4me.com"}}, 1650 | {"d":{"h":"*.hits4pay.com"}}, 1651 | {"d":{"h":"*.hitslink.com"}}, 1652 | {"d":{"h":"*.hittail.com"}}, 1653 | {"d":{"h":"*.hollandbusinessadvertising.nl"}}, 1654 | {"d":{"h":"*.homepageking.de"}}, 1655 | {"d":{"h":"*.hostedads.realitykings.com"}}, 1656 | {"d":{"h":"*.hotkeys.com"}}, 1657 | {"d":{"h":"*.hotlog.ru"}}, 1658 | {"d":{"h":"*.hotrank.com.tw"}}, 1659 | {"d":{"h":"*.httpool.com"}}, 1660 | {"d":{"h":"*.hurricanedigitalmedia.com"}}, 1661 | {"d":{"h":"*.hydramedia.com"}}, 1662 | {"d":{"h":"*.hyperbanner.net"}}, 1663 | {"d":{"h":"*.hypertracker.com"}}, 1664 | {"d":{"h":"*.i-clicks.net"}}, 1665 | {"d":{"h":"*.i.xx.openx.com"}}, 1666 | {"d":{"h":"*.i1img.com"}}, 1667 | {"d":{"h":"*.i1media.no"}}, 1668 | {"d":{"h":"*.ia.iinfo.cz"}}, 1669 | {"d":{"h":"*.iad.anm.co.uk"}}, 1670 | {"d":{"h":"*.iadnet.com"}}, 1671 | {"d":{"h":"*.iconadserver.com"}}, 1672 | {"d":{"h":"*.icptrack.com"}}, 1673 | {"d":{"h":"*.idcounter.com"}}, 1674 | {"d":{"h":"*.identads.com"}}, 1675 | {"d":{"h":"*.idot.cz"}}, 1676 | {"d":{"h":"*.idregie.com"}}, 1677 | {"d":{"h":"*.ientrymail.com"}}, 1678 | {"d":{"h":"*.iesnare.com"}}, 1679 | {"d":{"h":"*.ifa.tube8live.com"}}, 1680 | {"d":{"h":"*.ilbanner.com"}}, 1681 | {"d":{"h":"*.ilead.itrack.it"}}, 1682 | {"d":{"h":"*.iliillliO00OO0.321.cn"}}, 1683 | {"d":{"h":"*.ilovecheating.com"}}, 1684 | {"d":{"h":"*.image.ugo.com"}}, 1685 | {"d":{"h":"*.imageads.canoe.ca"}}, 1686 | {"d":{"h":"*.imagecash.net"}}, 1687 | {"d":{"h":"*.images-pw.secureserver.net"}}, 1688 | {"d":{"h":"*.images.v3.com"}}, 1689 | {"d":{"h":"*.imarketservices.com"}}, 1690 | {"d":{"h":"*.img.prohardver.hu"}}, 1691 | {"d":{"h":"*.imgpromo.easyrencontre.com"}}, 1692 | {"d":{"h":"*.imonitor.nethost.cz"}}, 1693 | {"d":{"h":"*.impact.as"}}, 1694 | {"d":{"h":"*.imprese.cz"}}, 1695 | {"d":{"h":"*.impressionmedia.cz"}}, 1696 | {"d":{"h":"*.impressionz.co.uk"}}, 1697 | {"d":{"h":"*.inboxdollars.com"}}, 1698 | {"d":{"h":"*.inc.com"}}, 1699 | {"d":{"h":"*.incentaclick.com"}}, 1700 | {"d":{"h":"*.indexstats.com"}}, 1701 | {"d":{"h":"*.indieclick.com"}}, 1702 | {"d":{"h":"*.industrybrains.com"}}, 1703 | {"d":{"h":"*.inetlog.ru"}}, 1704 | {"d":{"h":"*.infinite-ads.com"}}, 1705 | {"d":{"h":"*.infinityads.com"}}, 1706 | {"d":{"h":"*.infolinks.com"}}, 1707 | {"d":{"h":"*.information.com"}}, 1708 | {"d":{"h":"*.infra-ad.com"}}, 1709 | {"d":{"h":"*.initgroup.com"}}, 1710 | {"d":{"h":"*.inringtone.com"}}, 1711 | {"d":{"h":"*.insightexpress.com"}}, 1712 | {"d":{"h":"*.inspectorclick.com"}}, 1713 | {"d":{"h":"*.instantmadness.com"}}, 1714 | {"d":{"h":"*.intelliads.com"}}, 1715 | {"d":{"h":"*.intellitxt.com"}}, 1716 | {"d":{"h":"*.interactive.forthnet.gr"}}, 1717 | {"d":{"h":"*.interclick.com"}}, 1718 | {"d":{"h":"*.intergi.com"}}, 1719 | {"d":{"h":"*.internetfuel.com"}}, 1720 | {"d":{"h":"*.interreklame.de"}}, 1721 | {"d":{"h":"*.interstat.hu"}}, 1722 | {"d":{"h":"*.ip.ro"}}, 1723 | {"d":{"h":"*.ip193.cn"}}, 1724 | {"d":{"h":"*.iperceptions.com"}}, 1725 | {"d":{"h":"*.ipro.com"}}, 1726 | {"d":{"h":"*.ireklama.cz"}}, 1727 | {"d":{"h":"*.itbannerexchange.com"}}, 1728 | {"d":{"h":"*.itfarm.com"}}, 1729 | {"d":{"h":"*.itop.cz"}}, 1730 | {"d":{"h":"*.its-that-easy.com"}}, 1731 | {"d":{"h":"*.itsptp.com"}}, 1732 | {"d":{"h":"*.jbeet.cjt1.net"}}, 1733 | {"d":{"h":"*.jcount.com"}}, 1734 | {"d":{"h":"*.jedonkey.cjt1.net"}}, 1735 | {"d":{"h":"*.jinkads.de"}}, 1736 | {"d":{"h":"*.jkazaa.cjt1.net"}}, 1737 | {"d":{"h":"*.jnova.cjt1.net"}}, 1738 | {"d":{"h":"*.joetec.net"}}, 1739 | {"d":{"h":"*.jokedollars.com"}}, 1740 | {"d":{"h":"*.js.users.51.la"}}, 1741 | {"d":{"h":"*.juicyads.com"}}, 1742 | {"d":{"h":"*.jumptap.com"}}, 1743 | {"d":{"h":"*.justrelevant.com"}}, 1744 | {"d":{"h":"*.justwebads.com"}}, 1745 | {"d":{"h":"*.k.iinfo.cz"}}, 1746 | {"d":{"h":"*.kanoodle.com"}}, 1747 | {"d":{"h":"*.keymedia.hu"}}, 1748 | {"d":{"h":"*.kliks.nl"}}, 1749 | {"d":{"h":"*.kompasads.com"}}, 1750 | {"d":{"h":"*.kontera.com"}}, 1751 | {"d":{"h":"*.kt-g.de"}}, 1752 | {"d":{"h":"*.ktu.sv2.biz"}}, 1753 | {"d":{"h":"*.lakequincy.com"}}, 1754 | {"d":{"h":"*.layer-ad.de"}}, 1755 | {"d":{"h":"*.layer-ads.de"}}, 1756 | {"d":{"h":"*.lbn.ru"}}, 1757 | {"d":{"h":"*.lct.salesforce.com"}}, 1758 | {"d":{"h":"*.leadboltads.net"}}, 1759 | {"d":{"h":"*.leadclick.com"}}, 1760 | {"d":{"h":"*.leadingedgecash.com"}}, 1761 | {"d":{"h":"*.levelrate.de"}}, 1762 | {"d":{"h":"*.lfstmedia.com"}}, 1763 | {"d":{"h":"*.liftdna.com"}}, 1764 | {"d":{"h":"*.ligatus.com"}}, 1765 | {"d":{"h":"*.ligatus.de"}}, 1766 | {"d":{"h":"*.lightningcast.net"}}, 1767 | {"d":{"h":"*.lightspeedcash.com"}}, 1768 | {"d":{"h":"*.link-booster.de"}}, 1769 | {"d":{"h":"*.link4ads.com"}}, 1770 | {"d":{"h":"*.linkadd.de"}}, 1771 | {"d":{"h":"*.linkbucks.net"}}, 1772 | {"d":{"h":"*.linkbuddies.com"}}, 1773 | {"d":{"h":"*.linkexchange.com"}}, 1774 | {"d":{"h":"*.linkexchange.ru"}}, 1775 | {"d":{"h":"*.linkprice.com"}}, 1776 | {"d":{"h":"*.linkrain.com"}}, 1777 | {"d":{"h":"*.linkreferral.com"}}, 1778 | {"d":{"h":"*.links-ranking.de"}}, 1779 | {"d":{"h":"*.linkshighway.com"}}, 1780 | {"d":{"h":"*.linkshighway.net"}}, 1781 | {"d":{"h":"*.linkstorms.com"}}, 1782 | {"d":{"h":"*.linkswaper.com"}}, 1783 | {"d":{"h":"*.linktarget.com"}}, 1784 | {"d":{"h":"*.liquidad.narrowcastmedia.com"}}, 1785 | {"d":{"h":"*.liveintent.com"}}, 1786 | {"d":{"h":"*.liveinternet.ru"}}, 1787 | {"d":{"h":"*.loading321.com"}}, 1788 | {"d":{"h":"*.log.btopenworld.com"}}, 1789 | {"d":{"h":"*.logua.com"}}, 1790 | {"d":{"h":"*.lop.com"}}, 1791 | {"d":{"h":"*.lucidmedia.com"}}, 1792 | {"d":{"h":"*.lynxtrack.com"}}, 1793 | {"d":{"h":"*.lzjl.com"}}, 1794 | {"d":{"h":"*.m.webtrends.com"}}, 1795 | {"d":{"h":"*.m1.webstats4u.com"}}, 1796 | {"d":{"h":"*.m4n.nl"}}, 1797 | {"d":{"h":"*.madclient.uimserv.net"}}, 1798 | {"d":{"h":"*.madisonavenue.com"}}, 1799 | {"d":{"h":"*.mads.cnet.com"}}, 1800 | {"d":{"h":"*.mads.gamespot.com"}}, 1801 | {"d":{"h":"*.madvertise.de"}}, 1802 | {"d":{"h":"*.mailusnow123.com"}}, 1803 | {"d":{"h":"*.malware-scan.com"}}, 1804 | {"d":{"h":"*.marchex.com"}}, 1805 | {"d":{"h":"*.marketing.888.com"}}, 1806 | {"d":{"h":"*.marketing.nyi.net"}}, 1807 | {"d":{"h":"*.marketing.osijek031.com"}}, 1808 | {"d":{"h":"*.marketingsolutions.yahoo.com"}}, 1809 | {"d":{"h":"*.maroonspider.com"}}, 1810 | {"d":{"h":"*.mas.sector.sk"}}, 1811 | {"d":{"h":"*.mastermind.com"}}, 1812 | {"d":{"h":"*.matchcraft.com"}}, 1813 | {"d":{"h":"*.max.i12.de"}}, 1814 | {"d":{"h":"*.maximumcash.com"}}, 1815 | {"d":{"h":"*.mbn.com.ua"}}, 1816 | {"d":{"h":"*.mbs.megaroticlive.com"}}, 1817 | {"d":{"h":"*.mbuyu.nl"}}, 1818 | {"d":{"h":"*.mdotm.com"}}, 1819 | {"d":{"h":"*.measuremap.com"}}, 1820 | {"d":{"h":"*.media-adrunner.mycomputer.com"}}, 1821 | {"d":{"h":"*.media-servers.net"}}, 1822 | {"d":{"h":"*.media.ftv-publicite.fr"}}, 1823 | {"d":{"h":"*.media.funpic.de"}}, 1824 | {"d":{"h":"*.media1first.com"}}, 1825 | {"d":{"h":"*.media6degrees.com"}}, 1826 | {"d":{"h":"*.mediaarea.eu"}}, 1827 | {"d":{"h":"*.mediacharger.com"}}, 1828 | {"d":{"h":"*.mediadvertising.ro"}}, 1829 | {"d":{"h":"*.mediageneral.com"}}, 1830 | {"d":{"h":"*.mediamayhemcorp.com"}}, 1831 | {"d":{"h":"*.mediamgr.ugo.com"}}, 1832 | {"d":{"h":"*.mediaplazza.com"}}, 1833 | {"d":{"h":"*.mediaplex.com"}}, 1834 | {"d":{"h":"*.mediascale.de"}}, 1835 | {"d":{"h":"*.mediatext.com"}}, 1836 | {"d":{"h":"*.mediax.angloinfo.com"}}, 1837 | {"d":{"h":"*.mediaz.angloinfo.com"}}, 1838 | {"d":{"h":"*.medleyads.com"}}, 1839 | {"d":{"h":"*.megacash.de"}}, 1840 | {"d":{"h":"*.megago.com"}}, 1841 | {"d":{"h":"*.megastats.com"}}, 1842 | {"d":{"h":"*.megawerbung.de"}}, 1843 | {"d":{"h":"*.memorix.sdv.fr"}}, 1844 | {"d":{"h":"*.metaffiliation.com"}}, 1845 | {"d":{"h":"*.metanetwork.com"}}, 1846 | {"d":{"h":"*.methodcash.com"}}, 1847 | {"d":{"h":"*.metrics.windowsitpro.com"}}, 1848 | {"d":{"h":"*.mgid.com"}}, 1849 | {"d":{"h":"*.miarroba.com"}}, 1850 | {"d":{"h":"*.microstatic.pl"}}, 1851 | {"d":{"h":"*.microticker.com"}}, 1852 | {"d":{"h":"*.midnightclicking.com"}}, 1853 | {"d":{"h":"*.misstrends.com"}}, 1854 | {"d":{"h":"*.miva.com"}}, 1855 | {"d":{"h":"*.mixtraffic.com"}}, 1856 | {"d":{"h":"*.mlm.de"}}, 1857 | {"d":{"h":"*.mmismm.com"}}, 1858 | {"d":{"h":"*.mobclix.com"}}, 1859 | {"d":{"h":"*.mocean.mobi"}}, 1860 | {"d":{"h":"*.modemspeedbooster.com"}}, 1861 | {"d":{"h":"*.moneyexpert.com"}}, 1862 | {"d":{"h":"*.monsterpops.com"}}, 1863 | {"d":{"h":"*.mopub.com"}}, 1864 | {"d":{"h":"*.mr-rank.de"}}, 1865 | {"d":{"h":"*.mrskincash.com"}}, 1866 | {"d":{"h":"*.mtree.com"}}, 1867 | {"d":{"h":"*.muk.247realmedia.com"}}, 1868 | {"d":{"h":"*.musiccounter.ru"}}, 1869 | {"d":{"h":"*.muwmedia.com"}}, 1870 | {"d":{"h":"*.myaffiliateprogram.com"}}, 1871 | {"d":{"h":"*.mybloglog.com"}}, 1872 | {"d":{"h":"*.mycounter.ua"}}, 1873 | {"d":{"h":"*.mypagerank.net"}}, 1874 | {"d":{"h":"*.mypagerank.ru"}}, 1875 | {"d":{"h":"*.mypowermall.com"}}, 1876 | {"d":{"h":"*.myrating.ljseek.com"}}, 1877 | {"d":{"h":"*.mystat-in.net"}}, 1878 | {"d":{"h":"*.mystat.pl"}}, 1879 | {"d":{"h":"*.mytop-in.net"}}, 1880 | {"d":{"h":"*.n69.com"}}, 1881 | {"d":{"h":"*.naiadsystems.com"}}, 1882 | {"d":{"h":"*.naj.sk"}}, 1883 | {"d":{"h":"*.namimedia.com"}}, 1884 | {"d":{"h":"*.nastydollars.com"}}, 1885 | {"d":{"h":"*.navigator.io"}}, 1886 | {"d":{"h":"*.navrcholu.cz"}}, 1887 | {"d":{"h":"*.nbjmp.com"}}, 1888 | {"d":{"h":"*.ndparking.com"}}, 1889 | {"d":{"h":"*.nedstat.com"}}, 1890 | {"d":{"h":"*.nedstat.nl"}}, 1891 | {"d":{"h":"*.nedstatbasic.net"}}, 1892 | {"d":{"h":"*.nedstatpro.net"}}, 1893 | {"d":{"h":"*.nend.net"}}, 1894 | {"d":{"h":"*.neocounter.neoworx-blog-tools.net"}}, 1895 | {"d":{"h":"*.neocounter.net"}}, 1896 | {"d":{"h":"*.neoffic.com"}}, 1897 | {"d":{"h":"*.net-filter.com"}}, 1898 | {"d":{"h":"*.netaffiliation.com"}}, 1899 | {"d":{"h":"*.netagent.cz"}}, 1900 | {"d":{"h":"*.netclickstats.com"}}, 1901 | {"d":{"h":"*.netcommunities.com"}}, 1902 | {"d":{"h":"*.netdirect.nl"}}, 1903 | {"d":{"h":"*.netflame.cc"}}, 1904 | {"d":{"h":"*.netincap.com"}}, 1905 | {"d":{"h":"*.netpool.netbookia.net"}}, 1906 | {"d":{"h":"*.netshelter.net"}}, 1907 | {"d":{"h":"*.network.business.com"}}, 1908 | {"d":{"h":"*.network.realmedia.com"}}, 1909 | {"d":{"h":"*.neudesicmediagroup.com"}}, 1910 | {"d":{"h":"*.newads.bangbros.com"}}, 1911 | {"d":{"h":"*.newbie.com"}}, 1912 | {"d":{"h":"*.newnet.qsrch.com"}}, 1913 | {"d":{"h":"*.newnudecash.com"}}, 1914 | {"d":{"h":"*.newopenx.detik.com"}}, 1915 | {"d":{"h":"*.newt1.adultadworld.com"}}, 1916 | {"d":{"h":"*.newt1.adultworld.com"}}, 1917 | {"d":{"h":"*.newtopsites.com"}}, 1918 | {"d":{"h":"*.ng3.ads.warnerbros.com"}}, 1919 | {"d":{"h":"*.ngadcenter.net"}}, 1920 | {"d":{"h":"*.ngs.impress.co.jp"}}, 1921 | {"d":{"h":"*.nitroclicks.com"}}, 1922 | {"d":{"h":"*.novem.pl"}}, 1923 | {"d":{"h":"*.numax.nu-1.com"}}, 1924 | {"d":{"h":"*.nuseek.com"}}, 1925 | {"d":{"h":"*.oas-central.realmedia.com"}}, 1926 | {"d":{"h":"*.oas.benchmark.fr"}}, 1927 | {"d":{"h":"*.oas.foxnews.com"}}, 1928 | {"d":{"h":"*.oas.repubblica.it"}}, 1929 | {"d":{"h":"*.oas.roanoke.com"}}, 1930 | {"d":{"h":"*.oas.salon.com"}}, 1931 | {"d":{"h":"*.oas.toronto.com"}}, 1932 | {"d":{"h":"*.oas.uniontrib.com"}}, 1933 | {"d":{"h":"*.oas.villagevoice.com"}}, 1934 | {"d":{"h":"*.oas.wwwheise.de"}}, 1935 | {"d":{"h":"*.oascentral.businessweek.com"}}, 1936 | {"d":{"h":"*.oascentral.chicagobusiness.com"}}, 1937 | {"d":{"h":"*.oascentral.fortunecity.com"}}, 1938 | {"d":{"h":"*.oascentral.ggl.com"}}, 1939 | {"d":{"h":"*.oascentral.register.com"}}, 1940 | {"d":{"h":"*.oewa.at"}}, 1941 | {"d":{"h":"*.oewabox.at"}}, 1942 | {"d":{"h":"*.offerforge.com"}}, 1943 | {"d":{"h":"*.offermatica.com"}}, 1944 | {"d":{"h":"*.olivebrandresponse.com"}}, 1945 | {"d":{"h":"*.omniture.com"}}, 1946 | {"d":{"h":"*.onclickads.com"}}, 1947 | {"d":{"h":"*.onclickads.net"}}, 1948 | {"d":{"h":"*.oneandonlynetwork.com"}}, 1949 | {"d":{"h":"*.onenetworkdirect.com"}}, 1950 | {"d":{"h":"*.onestat.com"}}, 1951 | {"d":{"h":"*.onestatfree.com"}}, 1952 | {"d":{"h":"*.onewaylinkexchange.net"}}, 1953 | {"d":{"h":"*.online-metrix.net"}}, 1954 | {"d":{"h":"*.onlinecash.com"}}, 1955 | {"d":{"h":"*.onlinecashmethod.com"}}, 1956 | {"d":{"h":"*.onlinerewardcenter.com"}}, 1957 | {"d":{"h":"*.openad.tf1.fr"}}, 1958 | {"d":{"h":"*.openad.travelnow.com"}}, 1959 | {"d":{"h":"*.openads.friendfinder.com"}}, 1960 | {"d":{"h":"*.openads.org"}}, 1961 | {"d":{"h":"*.openclick.com"}}, 1962 | {"d":{"h":"*.openx.angelsgroup.org.uk"}}, 1963 | {"d":{"h":"*.openx.blindferret.com"}}, 1964 | {"d":{"h":"*.opienetwork.com"}}, 1965 | {"d":{"h":"*.optimost.com"}}, 1966 | {"d":{"h":"*.optmd.com"}}, 1967 | {"d":{"h":"*.ota.cartrawler.com"}}, 1968 | {"d":{"h":"*.otto-images.developershed.com"}}, 1969 | {"d":{"h":"*.overture.com"}}, 1970 | {"d":{"h":"*.owebmoney.ru"}}, 1971 | {"d":{"h":"*.oxado.com"}}, 1972 | {"d":{"h":"*.oxcash.com"}}, 1973 | {"d":{"h":"*.oxen.hillcountrytexas.com"}}, 1974 | {"d":{"h":"*.pagead.l.google.com"}}, 1975 | {"d":{"h":"*.pagerank-estate-spb.ru"}}, 1976 | {"d":{"h":"*.pagerank-ranking.com"}}, 1977 | {"d":{"h":"*.pagerank-ranking.de"}}, 1978 | {"d":{"h":"*.pagerank-server7.de"}}, 1979 | {"d":{"h":"*.pagerank-submitter.com"}}, 1980 | {"d":{"h":"*.pagerank-submitter.de"}}, 1981 | {"d":{"h":"*.pagerank-suchmaschine.de"}}, 1982 | {"d":{"h":"*.pagerank-united.de"}}, 1983 | {"d":{"h":"*.pagerank4u.eu"}}, 1984 | {"d":{"h":"*.pagerank4you.com"}}, 1985 | {"d":{"h":"*.pageranktop.com"}}, 1986 | {"d":{"h":"*.partage-facile.com"}}, 1987 | {"d":{"h":"*.partner-ads.com"}}, 1988 | {"d":{"h":"*.partner.gonamic.de"}}, 1989 | {"d":{"h":"*.partner.pelikan.cz"}}, 1990 | {"d":{"h":"*.partner.topcities.com"}}, 1991 | {"d":{"h":"*.partnerad.l.google.com"}}, 1992 | {"d":{"h":"*.partnercash.de"}}, 1993 | {"d":{"h":"*.partners.priceline.com"}}, 1994 | {"d":{"h":"*.passion-4.net"}}, 1995 | {"d":{"h":"*.pay-ads.com"}}, 1996 | {"d":{"h":"*.pay-to-promote.com"}}, 1997 | {"d":{"h":"*.paycounter.com"}}, 1998 | {"d":{"h":"*.paypopup.com"}}, 1999 | {"d":{"h":"*.payserve.com"}}, 2000 | {"d":{"h":"*.pbnet.ru"}}, 2001 | {"d":{"h":"*.pcash.imlive.com"}}, 2002 | {"d":{"h":"*.pcekspert.com"}}, 2003 | {"d":{"h":"*.peep-auktion.de"}}, 2004 | {"d":{"h":"*.peer39.com"}}, 2005 | {"d":{"h":"*.pennyweb.com"}}, 2006 | {"d":{"h":"*.pepperjamnetwork.com"}}, 2007 | {"d":{"h":"*.percentmobile.com"}}, 2008 | {"d":{"h":"*.perf.weborama.fr"}}, 2009 | {"d":{"h":"*.perfiliate.com"}}, 2010 | {"d":{"h":"*.performancing.com"}}, 2011 | {"d":{"h":"*.performancingads.com"}}, 2012 | {"d":{"h":"*.pgmediaserve.com"}}, 2013 | {"d":{"h":"*.pgpartner.com"}}, 2014 | {"d":{"h":"*.pheedo.com"}}, 2015 | {"d":{"h":"*.phoenix-adrunner.mycomputer.com"}}, 2016 | {"d":{"h":"*.phpadsnew.new.natuurpark.nl"}}, 2017 | {"d":{"h":"*.phpmyvisites.net"}}, 2018 | {"d":{"h":"*.picadmedia.com"}}, 2019 | {"d":{"h":"*.pillscash.com"}}, 2020 | {"d":{"h":"*.pimproll.com"}}, 2021 | {"d":{"h":"*.planetactive.com"}}, 2022 | {"d":{"h":"*.play4traffic.com"}}, 2023 | {"d":{"h":"*.playhaven.com"}}, 2024 | {"d":{"h":"*.plugrush.com"}}, 2025 | {"d":{"h":"*.pointroll.com"}}, 2026 | {"d":{"h":"*.pokerstrategy.com"}}, 2027 | {"d":{"h":"*.pop-under.ru"}}, 2028 | {"d":{"h":"*.pops.freeze.com"}}, 2029 | {"d":{"h":"*.popub.com"}}, 2030 | {"d":{"h":"*.popunder.ru"}}, 2031 | {"d":{"h":"*.popup.msn.com"}}, 2032 | {"d":{"h":"*.popupmoney.com"}}, 2033 | {"d":{"h":"*.popupnation.com"}}, 2034 | {"d":{"h":"*.popups.infostart.com"}}, 2035 | {"d":{"h":"*.popupsponsor.com"}}, 2036 | {"d":{"h":"*.popuptraffic.com"}}, 2037 | {"d":{"h":"*.porngraph.com"}}, 2038 | {"d":{"h":"*.porntrack.com"}}, 2039 | {"d":{"h":"*.postmasterbannernet.com"}}, 2040 | {"d":{"h":"*.postrelease.com"}}, 2041 | {"d":{"h":"*.potenza.cz"}}, 2042 | {"d":{"h":"*.pr-star.de"}}, 2043 | {"d":{"h":"*.pr-ten.de"}}, 2044 | {"d":{"h":"*.pr5dir.com"}}, 2045 | {"d":{"h":"*.praddpro.de"}}, 2046 | {"d":{"h":"*.prchecker.info"}}, 2047 | {"d":{"h":"*.precisioncounter.com"}}, 2048 | {"d":{"h":"*.predictad.com"}}, 2049 | {"d":{"h":"*.premium-offers.com"}}, 2050 | {"d":{"h":"*.primaryads.com"}}, 2051 | {"d":{"h":"*.primetime.net"}}, 2052 | {"d":{"h":"*.privatecash.com"}}, 2053 | {"d":{"h":"*.pro-advertising.com"}}, 2054 | {"d":{"h":"*.pro.i-doctor.co.kr"}}, 2055 | {"d":{"h":"*.proext.com"}}, 2056 | {"d":{"h":"*.profero.com"}}, 2057 | {"d":{"h":"*.professorbanner.com"}}, 2058 | {"d":{"h":"*.projectwonderful.com"}}, 2059 | {"d":{"h":"*.promo.badoink.com"}}, 2060 | {"d":{"h":"*.promo.ulust.com"}}, 2061 | {"d":{"h":"*.promo1.webcams.nl"}}, 2062 | {"d":{"h":"*.promobenef.com"}}, 2063 | {"d":{"h":"*.promos.fling.com"}}, 2064 | {"d":{"h":"*.promote.pair.com"}}, 2065 | {"d":{"h":"*.promotion-campaigns.com"}}, 2066 | {"d":{"h":"*.promozia.de"}}, 2067 | {"d":{"h":"*.pronetadvertising.com"}}, 2068 | {"d":{"h":"*.propellerads.com"}}, 2069 | {"d":{"h":"*.proranktracker.com"}}, 2070 | {"d":{"h":"*.proton-tm.com"}}, 2071 | {"d":{"h":"*.protraffic.com"}}, 2072 | {"d":{"h":"*.provexia.com"}}, 2073 | {"d":{"h":"*.prsitecheck.com"}}, 2074 | {"d":{"h":"*.psstt.com"}}, 2075 | {"d":{"h":"*.pub.chez.com"}}, 2076 | {"d":{"h":"*.pub.club-internet.fr"}}, 2077 | {"d":{"h":"*.pub.hardware.fr"}}, 2078 | {"d":{"h":"*.pub.realmedia.fr"}}, 2079 | {"d":{"h":"*.pubdirecte.com"}}, 2080 | {"d":{"h":"*.publicidad.elmundo.es"}}, 2081 | {"d":{"h":"*.pubmatic.com"}}, 2082 | {"d":{"h":"*.pubs.lemonde.fr"}}, 2083 | {"d":{"h":"*.q.azcentral.com"}}, 2084 | {"d":{"h":"*.qctop.com"}}, 2085 | {"d":{"h":"*.qnsr.com"}}, 2086 | {"d":{"h":"*.quantcast.com"}}, 2087 | {"d":{"h":"*.quarterserver.de"}}, 2088 | {"d":{"h":"*.questaffiliates.net"}}, 2089 | {"d":{"h":"*.quigo.com"}}, 2090 | {"d":{"h":"*.quinst.com"}}, 2091 | {"d":{"h":"*.quisma.com"}}, 2092 | {"d":{"h":"*.rad.msn.com"}}, 2093 | {"d":{"h":"*.radarurl.com"}}, 2094 | {"d":{"h":"*.radiate.com"}}, 2095 | {"d":{"h":"*.rampidads.com"}}, 2096 | {"d":{"h":"*.rank-master.com"}}, 2097 | {"d":{"h":"*.rank-master.de"}}, 2098 | {"d":{"h":"*.rank8.de"}}, 2099 | {"d":{"h":"*.rankchamp.de"}}, 2100 | {"d":{"h":"*.ranking-charts.de"}}, 2101 | {"d":{"h":"*.ranking-hits.de"}}, 2102 | {"d":{"h":"*.ranking-id.de"}}, 2103 | {"d":{"h":"*.ranking-links.de"}}, 2104 | {"d":{"h":"*.ranking-liste.de"}}, 2105 | {"d":{"h":"*.ranking-street.de"}}, 2106 | {"d":{"h":"*.rankingchart.de"}}, 2107 | {"d":{"h":"*.rankingscout.com"}}, 2108 | {"d":{"h":"*.rankingscout.org"}}, 2109 | {"d":{"h":"*.rankyou.com"}}, 2110 | {"d":{"h":"*.rapidcounter.com"}}, 2111 | {"d":{"h":"*.rate.ru"}}, 2112 | {"d":{"h":"*.ratings.lycos.com"}}, 2113 | {"d":{"h":"*.rb1.design.ru"}}, 2114 | {"d":{"h":"*.reachjunction.com"}}, 2115 | {"d":{"h":"*.readserver.net"}}, 2116 | {"d":{"h":"*.realads.realmedia.com"}}, 2117 | {"d":{"h":"*.realcastmedia.com"}}, 2118 | {"d":{"h":"*.realclix.com"}}, 2119 | {"d":{"h":"*.realmedia-a800.d4p.net"}}, 2120 | {"d":{"h":"*.realtechnetwork.com"}}, 2121 | {"d":{"h":"*.realteencash.com"}}, 2122 | {"d":{"h":"*.realtracker.com"}}, 2123 | {"d":{"h":"*.reduxmedia.com"}}, 2124 | {"d":{"h":"*.reduxmediagroup.com"}}, 2125 | {"d":{"h":"*.reedbusiness.com"}}, 2126 | {"d":{"h":"*.reefaquarium.biz"}}, 2127 | {"d":{"h":"*.referralware.com"}}, 2128 | {"d":{"h":"*.regnow.com"}}, 2129 | {"d":{"h":"*.reinvigorate.net"}}, 2130 | {"d":{"h":"*.reklam.rfsl.se"}}, 2131 | {"d":{"h":"*.reklama.mironet.cz"}}, 2132 | {"d":{"h":"*.reklama.reflektor.cz"}}, 2133 | {"d":{"h":"*.reklamcsere.hu"}}, 2134 | {"d":{"h":"*.reklame.unwired-i.net"}}, 2135 | {"d":{"h":"*.reklamer.com.ua"}}, 2136 | {"d":{"h":"*.relevanz10.de"}}, 2137 | {"d":{"h":"*.relmaxtop.com"}}, 2138 | {"d":{"h":"*.remotead.cnet.com"}}, 2139 | {"d":{"h":"*.republika.onet.pl"}}, 2140 | {"d":{"h":"*.retaildirect.realmedia.com"}}, 2141 | {"d":{"h":"*.retargeter.com"}}, 2142 | {"d":{"h":"*.revenue.net"}}, 2143 | {"d":{"h":"*.revenuedirect.com"}}, 2144 | {"d":{"h":"*.revenuepilot.com"}}, 2145 | {"d":{"h":"*.revstats.com"}}, 2146 | {"d":{"h":"*.rewardster.com"}}, 2147 | {"d":{"h":"*.richmails.com"}}, 2148 | {"d":{"h":"*.richmedia.yimg.com"}}, 2149 | {"d":{"h":"*.richwebmaster.com"}}, 2150 | {"d":{"h":"*.rightstats.com"}}, 2151 | {"d":{"h":"*.rl.auto.ru"}}, 2152 | {"d":{"h":"*.rlcdn.com"}}, 2153 | {"d":{"h":"*.rle.ru"}}, 2154 | {"d":{"h":"*.rmads.msn.com"}}, 2155 | {"d":{"h":"*.rmedia.boston.com"}}, 2156 | {"d":{"h":"*.roar.com"}}, 2157 | {"d":{"h":"*.robotreplay.com"}}, 2158 | {"d":{"h":"*.roia.biz"}}, 2159 | {"d":{"h":"*.rok.com.com"}}, 2160 | {"d":{"h":"*.rose.ixbt.com"}}, 2161 | {"d":{"h":"*.rotabanner.com"}}, 2162 | {"d":{"h":"*.roxr.net"}}, 2163 | {"d":{"h":"*.rpxnow.com"}}, 2164 | {"d":{"h":"*.rtbpop.com"}}, 2165 | {"d":{"h":"*.rtbpopd.com"}}, 2166 | {"d":{"h":"*.rts.doublepimp.com"}}, 2167 | {"d":{"h":"*.ru-traffic.com"}}, 2168 | {"d":{"h":"*.ru4.com"}}, 2169 | {"d":{"h":"*.s2d6.com"}}, 2170 | {"d":{"h":"*.sageanalyst.net"}}, 2171 | {"d":{"h":"*.sbx.pagesjaunes.fr"}}, 2172 | {"d":{"h":"*.scambiobanner.aruba.it"}}, 2173 | {"d":{"h":"*.scanscout.com"}}, 2174 | {"d":{"h":"*.scopelight.com"}}, 2175 | {"d":{"h":"*.scratch2cash.com"}}, 2176 | {"d":{"h":"*.scripte-monster.de"}}, 2177 | {"d":{"h":"*.searchfeast.com"}}, 2178 | {"d":{"h":"*.searchmarketing.com"}}, 2179 | {"d":{"h":"*.searchramp.com"}}, 2180 | {"d":{"h":"*.secure.webconnect.net"}}, 2181 | {"d":{"h":"*.sedoparking.com"}}, 2182 | {"d":{"h":"*.sedotracker.com"}}, 2183 | {"d":{"h":"*.seeq.com"}}, 2184 | {"d":{"h":"*.sensismediasmart.com.au"}}, 2185 | {"d":{"h":"*.seo4india.com"}}, 2186 | {"d":{"h":"*.serv0.com"}}, 2187 | {"d":{"h":"*.servedbyadbutler.com"}}, 2188 | {"d":{"h":"*.servedbyopenx.com"}}, 2189 | {"d":{"h":"*.servethis.com"}}, 2190 | {"d":{"h":"*.service1.adten.de"}}, 2191 | {"d":{"h":"*.services.hearstmags.com"}}, 2192 | {"d":{"h":"*.sexaddpro.de"}}, 2193 | {"d":{"h":"*.sexcounter.com"}}, 2194 | {"d":{"h":"*.sexinyourcity.com"}}, 2195 | {"d":{"h":"*.sexlist.com"}}, 2196 | {"d":{"h":"*.sextracker.com"}}, 2197 | {"d":{"h":"*.sexystat.com"}}, 2198 | {"d":{"h":"*.sezwho.com"}}, 2199 | {"d":{"h":"*.shareadspace.com"}}, 2200 | {"d":{"h":"*.shareasale.com"}}, 2201 | {"d":{"h":"*.sharepointads.com"}}, 2202 | {"d":{"h":"*.sher.index.hu"}}, 2203 | {"d":{"h":"*.shinystat.com"}}, 2204 | {"d":{"h":"*.shinystat.it"}}, 2205 | {"d":{"h":"*.shoppingads.com"}}, 2206 | {"d":{"h":"*.siccash.com"}}, 2207 | {"d":{"h":"*.sidebar.angelfire.com"}}, 2208 | {"d":{"h":"*.sinoa.com"}}, 2209 | {"d":{"h":"*.sitebrand.geeks.com"}}, 2210 | {"d":{"h":"*.sitemerkezi.net"}}, 2211 | {"d":{"h":"*.sitemeter.com"}}, 2212 | {"d":{"h":"*.sitestat.com"}}, 2213 | {"d":{"h":"*.sixsigmatraffic.com"}}, 2214 | {"d":{"h":"*.slickaffiliate.com"}}, 2215 | {"d":{"h":"*.sm.aport.ru"}}, 2216 | {"d":{"h":"*.sma.punto.net"}}, 2217 | {"d":{"h":"*.smart4ads.com"}}, 2218 | {"d":{"h":"*.smartadserver.com"}}, 2219 | {"d":{"h":"*.smartbase.cdnservices.com"}}, 2220 | {"d":{"h":"*.smowtion.com"}}, 2221 | {"d":{"h":"*.snapads.com"}}, 2222 | {"d":{"h":"*.snoobi.com"}}, 2223 | {"d":{"h":"*.socialspark.com"}}, 2224 | {"d":{"h":"*.softclick.com.br"}}, 2225 | {"d":{"h":"*.spa.snap.com"}}, 2226 | {"d":{"h":"*.spacash.com"}}, 2227 | {"d":{"h":"*.sparkstudios.com"}}, 2228 | {"d":{"h":"*.specificmedia.co.uk"}}, 2229 | {"d":{"h":"*.specificpop.com"}}, 2230 | {"d":{"h":"*.spezialreporte.de"}}, 2231 | {"d":{"h":"*.spinbox.techtracker.com"}}, 2232 | {"d":{"h":"*.spinbox.versiontracker.com"}}, 2233 | {"d":{"h":"*.sponsorads.de"}}, 2234 | {"d":{"h":"*.sponsorpro.de"}}, 2235 | {"d":{"h":"*.sponsors.thoughtsmedia.com"}}, 2236 | {"d":{"h":"*.spot.fitness.com"}}, 2237 | {"d":{"h":"*.sprinks-clicks.about.com"}}, 2238 | {"d":{"h":"*.spylog.com"}}, 2239 | {"d":{"h":"*.spywarelabs.com"}}, 2240 | {"d":{"h":"*.spywarenuker.com"}}, 2241 | {"d":{"h":"*.spywords.com"}}, 2242 | {"d":{"h":"*.srbijacafe.org"}}, 2243 | {"d":{"h":"*.srwww1.com"}}, 2244 | {"d":{"h":"*.starffa.com"}}, 2245 | {"d":{"h":"*.start.freeze.com"}}, 2246 | {"d":{"h":"*.stat.cliche.se"}}, 2247 | {"d":{"h":"*.stat.dealtime.com"}}, 2248 | {"d":{"h":"*.stat.dyna.ultraweb.hu"}}, 2249 | {"d":{"h":"*.stat.pl"}}, 2250 | {"d":{"h":"*.stat.su"}}, 2251 | {"d":{"h":"*.stat.tudou.com"}}, 2252 | {"d":{"h":"*.stat.webmedia.pl"}}, 2253 | {"d":{"h":"*.stat.zenon.net"}}, 2254 | {"d":{"h":"*.stat24.com"}}, 2255 | {"d":{"h":"*.stat24.meta.ua"}}, 2256 | {"d":{"h":"*.static.fmpub.net"}}, 2257 | {"d":{"h":"*.static.itrack.it"}}, 2258 | {"d":{"h":"*.staticads.btopenworld.com"}}, 2259 | {"d":{"h":"*.statistik-gallup.net"}}, 2260 | {"d":{"h":"*.statm.the-adult-company.com"}}, 2261 | {"d":{"h":"*.stats.blogger.com"}}, 2262 | {"d":{"h":"*.stats.cts-bv.nl"}}, 2263 | {"d":{"h":"*.stats.directnic.com"}}, 2264 | {"d":{"h":"*.stats.hyperinzerce.cz"}}, 2265 | {"d":{"h":"*.stats.mirrorfootball.co.uk"}}, 2266 | {"d":{"h":"*.stats.olark.com"}}, 2267 | {"d":{"h":"*.stats.suite101.com"}}, 2268 | {"d":{"h":"*.stats.surfaid.ihost.com"}}, 2269 | {"d":{"h":"*.stats.townnews.com"}}, 2270 | {"d":{"h":"*.stats.unwired-i.net"}}, 2271 | {"d":{"h":"*.stats.wordpress.com"}}, 2272 | {"d":{"h":"*.stats4all.com"}}, 2273 | {"d":{"h":"*.statxpress.com"}}, 2274 | {"d":{"h":"*.steelhouse.com"}}, 2275 | {"d":{"h":"*.steelhousemedia.com"}}, 2276 | {"d":{"h":"*.subscribe.hearstmags.com"}}, 2277 | {"d":{"h":"*.sugoicounter.com"}}, 2278 | {"d":{"h":"*.superclix.de"}}, 2279 | {"d":{"h":"*.superstats.com"}}, 2280 | {"d":{"h":"*.supertop.ru"}}, 2281 | {"d":{"h":"*.supertop100.com"}}, 2282 | {"d":{"h":"*.suptullog.com"}}, 2283 | {"d":{"h":"*.surfmusik-adserver.de"}}, 2284 | {"d":{"h":"*.swordfishdc.com"}}, 2285 | {"d":{"h":"*.t.pusk.ru"}}, 2286 | {"d":{"h":"*.tacoda.net"}}, 2287 | {"d":{"h":"*.tailsweep.co.uk"}}, 2288 | {"d":{"h":"*.tailsweep.com"}}, 2289 | {"d":{"h":"*.tailsweep.se"}}, 2290 | {"d":{"h":"*.takru.com"}}, 2291 | {"d":{"h":"*.tangerinenet.biz"}}, 2292 | {"d":{"h":"*.tapad.com"}}, 2293 | {"d":{"h":"*.targad.de"}}, 2294 | {"d":{"h":"*.targetingnow.com"}}, 2295 | {"d":{"h":"*.targetnet.com"}}, 2296 | {"d":{"h":"*.targetpoint.com"}}, 2297 | {"d":{"h":"*.tatsumi-sys.jp"}}, 2298 | {"d":{"h":"*.tcads.net"}}, 2299 | {"d":{"h":"*.tdsearchware.com"}}, 2300 | {"d":{"h":"*.techclicks.net"}}, 2301 | {"d":{"h":"*.teenrevenue.com"}}, 2302 | {"d":{"h":"*.teknosurf3.com"}}, 2303 | {"d":{"h":"*.teliad.de"}}, 2304 | {"d":{"h":"*.test.com"}}, 2305 | {"d":{"h":"*.text-link-ads.com"}}, 2306 | {"d":{"h":"*.textad.sexsearch.com"}}, 2307 | {"d":{"h":"*.textads.biz"}}, 2308 | {"d":{"h":"*.textads.opera.com"}}, 2309 | {"d":{"h":"*.textlinks.com"}}, 2310 | {"d":{"h":"*.tfag.de"}}, 2311 | {"d":{"h":"*.theadhost.com"}}, 2312 | {"d":{"h":"*.theanswerto.com"}}, 2313 | {"d":{"h":"*.thebugs.ws"}}, 2314 | {"d":{"h":"*.thecounter.com"}}, 2315 | {"d":{"h":"*.thefreesitez.com"}}, 2316 | {"d":{"h":"*.therapistla.com"}}, 2317 | {"d":{"h":"*.therichkids.com"}}, 2318 | {"d":{"h":"*.thesearchworks.com"}}, 2319 | {"d":{"h":"*.thruport.com"}}, 2320 | {"d":{"h":"*.tinybar.com"}}, 2321 | {"d":{"h":"*.tizers.net"}}, 2322 | {"d":{"h":"*.tlvmedia.com"}}, 2323 | {"d":{"h":"*.tntclix.co.uk"}}, 2324 | {"d":{"h":"*.top-casting-termine.de"}}, 2325 | {"d":{"h":"*.top-site-list.com"}}, 2326 | {"d":{"h":"*.top.list.ru"}}, 2327 | {"d":{"h":"*.top.mail.ru"}}, 2328 | {"d":{"h":"*.top.one.ru"}}, 2329 | {"d":{"h":"*.top.proext.com"}}, 2330 | {"d":{"h":"*.top100-images.rambler.ru"}}, 2331 | {"d":{"h":"*.top100.mafia.ru"}}, 2332 | {"d":{"h":"*.top123.ro"}}, 2333 | {"d":{"h":"*.top20.com"}}, 2334 | {"d":{"h":"*.top20free.com"}}, 2335 | {"d":{"h":"*.top66.ro"}}, 2336 | {"d":{"h":"*.top90.ro"}}, 2337 | {"d":{"h":"*.topbarh.box.sk"}}, 2338 | {"d":{"h":"*.topblogarea.se"}}, 2339 | {"d":{"h":"*.topbucks.com"}}, 2340 | {"d":{"h":"*.topforall.com"}}, 2341 | {"d":{"h":"*.topgamesites.net"}}, 2342 | {"d":{"h":"*.toplist.cz"}}, 2343 | {"d":{"h":"*.toplist.pornhost.com"}}, 2344 | {"d":{"h":"*.toplista.mw.hu"}}, 2345 | {"d":{"h":"*.toplistcity.com"}}, 2346 | {"d":{"h":"*.topmango.com"}}, 2347 | {"d":{"h":"*.topmmorpgsites.com"}}, 2348 | {"d":{"h":"*.topping.com.ua"}}, 2349 | {"d":{"h":"*.toprebates.com"}}, 2350 | {"d":{"h":"*.topsafelist.net"}}, 2351 | {"d":{"h":"*.topsajt.com"}}, 2352 | {"d":{"h":"*.topsearcher.com"}}, 2353 | {"d":{"h":"*.topsir.com"}}, 2354 | {"d":{"h":"*.topsite.lv"}}, 2355 | {"d":{"h":"*.topsites.com.br"}}, 2356 | {"d":{"h":"*.topstats.com"}}, 2357 | {"d":{"h":"*.totemcash.com"}}, 2358 | {"d":{"h":"*.touchclarity.com"}}, 2359 | {"d":{"h":"*.touchclarity.natwest.com"}}, 2360 | {"d":{"h":"*.tour.brazzers.com"}}, 2361 | {"d":{"h":"*.tpnads.com"}}, 2362 | {"d":{"h":"*.track.adform.net"}}, 2363 | {"d":{"h":"*.track.anchorfree.com"}}, 2364 | {"d":{"h":"*.track.gawker.com"}}, 2365 | {"d":{"h":"*.tracker.icerocket.com"}}, 2366 | {"d":{"h":"*.tracking.gajmp.com"}}, 2367 | {"d":{"h":"*.tracking.koego.com"}}, 2368 | {"d":{"h":"*.tracking.yourfilehost.com"}}, 2369 | {"d":{"h":"*.tracking101.com"}}, 2370 | {"d":{"h":"*.trackingsoft.com"}}, 2371 | {"d":{"h":"*.trackmysales.com"}}, 2372 | {"d":{"h":"*.tradedoubler.com"}}, 2373 | {"d":{"h":"*.traffic-exchange.com"}}, 2374 | {"d":{"h":"*.traffic.liveuniversenetwork.com"}}, 2375 | {"d":{"h":"*.trafficadept.com"}}, 2376 | {"d":{"h":"*.trafficcdn.liveuniversenetwork.com"}}, 2377 | {"d":{"h":"*.trafficfactory.biz"}}, 2378 | {"d":{"h":"*.trafficholder.com"}}, 2379 | {"d":{"h":"*.trafficjunky.net"}}, 2380 | {"d":{"h":"*.trafficleader.com"}}, 2381 | {"d":{"h":"*.trafficmasterz.net"}}, 2382 | {"d":{"h":"*.trafficmaxx.de"}}, 2383 | {"d":{"h":"*.trafficsecrets.com"}}, 2384 | {"d":{"h":"*.trafficspaces.net"}}, 2385 | {"d":{"h":"*.trafficstrategies.com"}}, 2386 | {"d":{"h":"*.trafficswarm.com"}}, 2387 | {"d":{"h":"*.traffictrader.net"}}, 2388 | {"d":{"h":"*.trafficz.com"}}, 2389 | {"d":{"h":"*.trafficz.net"}}, 2390 | {"d":{"h":"*.traffiq.com"}}, 2391 | {"d":{"h":"*.trafic.ro"}}, 2392 | {"d":{"h":"*.traficdublu.ro"}}, 2393 | {"d":{"h":"*.travis.bosscasinos.com"}}, 2394 | {"d":{"h":"*.trekblue.com"}}, 2395 | {"d":{"h":"*.trekdata.com"}}, 2396 | {"d":{"h":"*.trendcounter.com"}}, 2397 | {"d":{"h":"*.trix.net"}}, 2398 | {"d":{"h":"*.truehits.net"}}, 2399 | {"d":{"h":"*.truehits1.gits.net.th"}}, 2400 | {"d":{"h":"*.truehits2.gits.net.th"}}, 2401 | {"d":{"h":"*.tsms-ad.tsms.com"}}, 2402 | {"d":{"h":"*.tubedspots.com"}}, 2403 | {"d":{"h":"*.turn.com"}}, 2404 | {"d":{"h":"*.tvmtracker.com"}}, 2405 | {"d":{"h":"*.twittad.com"}}, 2406 | {"d":{"h":"*.tyroo.com"}}, 2407 | {"d":{"h":"*.uarating.com"}}, 2408 | {"d":{"h":"*.ukbanners.com"}}, 2409 | {"d":{"h":"*.ultramercial.com"}}, 2410 | {"d":{"h":"*.ultsearch.com"}}, 2411 | {"d":{"h":"*.unanimis.co.uk"}}, 2412 | {"d":{"h":"*.untd.com"}}, 2413 | {"d":{"h":"*.updated.com"}}, 2414 | {"d":{"h":"*.urlcash.net"}}, 2415 | {"d":{"h":"*.us.a1.yimg.com"}}, 2416 | {"d":{"h":"*.usapromotravel.com"}}, 2417 | {"d":{"h":"*.usmsad.tom.com"}}, 2418 | {"d":{"h":"*.utarget.co.uk"}}, 2419 | {"d":{"h":"*.utils.mediageneral.net"}}, 2420 | {"d":{"h":"*.v1.cnzz.com"}}, 2421 | {"d":{"h":"*.validclick.com"}}, 2422 | {"d":{"h":"*.valuead.com"}}, 2423 | {"d":{"h":"*.valueclick.com"}}, 2424 | {"d":{"h":"*.valueclickmedia.com"}}, 2425 | {"d":{"h":"*.valuecommerce.com"}}, 2426 | {"d":{"h":"*.valuesponsor.com"}}, 2427 | {"d":{"h":"*.veille-referencement.com"}}, 2428 | {"d":{"h":"*.ventivmedia.com"}}, 2429 | {"d":{"h":"*.vericlick.com"}}, 2430 | {"d":{"h":"*.vertadnet.com"}}, 2431 | {"d":{"h":"*.veruta.com"}}, 2432 | {"d":{"h":"*.vervewireless.com"}}, 2433 | {"d":{"h":"*.vg.ad.asap-asp.net"}}, 2434 | {"d":{"h":"*.vibrantmedia.com"}}, 2435 | {"d":{"h":"*.video-stats.video.google.com"}}, 2436 | {"d":{"h":"*.videoegg.com"}}, 2437 | {"d":{"h":"*.view4cash.de"}}, 2438 | {"d":{"h":"*.viewpoint.com"}}, 2439 | {"d":{"h":"*.visistat.com"}}, 2440 | {"d":{"h":"*.visit.webhosting.yahoo.com"}}, 2441 | {"d":{"h":"*.visitbox.de"}}, 2442 | {"d":{"h":"*.visitorprofiler.com"}}, 2443 | {"d":{"h":"*.visual-pagerank.fr"}}, 2444 | {"d":{"h":"*.voicefive.com"}}, 2445 | {"d":{"h":"*.vpon.com"}}, 2446 | {"d":{"h":"*.vrs.cz"}}, 2447 | {"d":{"h":"*.vs.tucows.com"}}, 2448 | {"d":{"h":"*.wads.webteh.com"}}, 2449 | {"d":{"h":"*.warlog.info"}}, 2450 | {"d":{"h":"*.warlog.ru"}}, 2451 | {"d":{"h":"*.wdads.sx.atl.publicus.com"}}, 2452 | {"d":{"h":"*.web-stat.com"}}, 2453 | {"d":{"h":"*.web.informer.com"}}, 2454 | {"d":{"h":"*.web2.deja.com"}}, 2455 | {"d":{"h":"*.webads.co.nz"}}, 2456 | {"d":{"h":"*.webads.nl"}}, 2457 | {"d":{"h":"*.webangel.ru"}}, 2458 | {"d":{"h":"*.webcash.nl"}}, 2459 | {"d":{"h":"*.webcounter.cz"}}, 2460 | {"d":{"h":"*.webcounter.goweb.de"}}, 2461 | {"d":{"h":"*.webgains.com"}}, 2462 | {"d":{"h":"*.webmaster-partnerprogramme24.de"}}, 2463 | {"d":{"h":"*.webmasterplan.com"}}, 2464 | {"d":{"h":"*.webmasterplan.de"}}, 2465 | {"d":{"h":"*.weborama.fr"}}, 2466 | {"d":{"h":"*.webpower.com"}}, 2467 | {"d":{"h":"*.webreseau.com"}}, 2468 | {"d":{"h":"*.webseoanalytics.com"}}, 2469 | {"d":{"h":"*.websitepagerank.net"}}, 2470 | {"d":{"h":"*.websponsors.com"}}, 2471 | {"d":{"h":"*.webstat.channel4.com"}}, 2472 | {"d":{"h":"*.webstat.com"}}, 2473 | {"d":{"h":"*.webstat.net"}}, 2474 | {"d":{"h":"*.webstats4u.com"}}, 2475 | {"d":{"h":"*.webtrackerplus.com"}}, 2476 | {"d":{"h":"*.webtraffic.se"}}, 2477 | {"d":{"h":"*.webtraxx.de"}}, 2478 | {"d":{"h":"*.wegcash.com"}}, 2479 | {"d":{"h":"*.werbung.meteoxpress.com"}}, 2480 | {"d":{"h":"*.wetrack.it"}}, 2481 | {"d":{"h":"*.whaleads.com"}}, 2482 | {"d":{"h":"*.whenu.com"}}, 2483 | {"d":{"h":"*.whispa.com"}}, 2484 | {"d":{"h":"*.whoisonline.net"}}, 2485 | {"d":{"h":"*.wholesaletraffic.info"}}, 2486 | {"d":{"h":"*.widespace.com"}}, 2487 | {"d":{"h":"*.widgetbucks.com"}}, 2488 | {"d":{"h":"*.wikia-ads.wikia.com"}}, 2489 | {"d":{"h":"*.window.nixnet.cz"}}, 2490 | {"d":{"h":"*.wintricksbanner.googlepages.com"}}, 2491 | {"d":{"h":"*.wipub.com"}}, 2492 | {"d":{"h":"*.witch-counter.de"}}, 2493 | {"d":{"h":"*.wlmarketing.com"}}, 2494 | {"d":{"h":"*.wmirk.ru"}}, 2495 | {"d":{"h":"*.wondoads.de"}}, 2496 | {"d":{"h":"*.woopra.com"}}, 2497 | {"d":{"h":"*.worldwide-cash.net"}}, 2498 | {"d":{"h":"*.wtlive.com"}}, 2499 | {"d":{"h":"*.www-banner.chat.ru"}}, 2500 | {"d":{"h":"*.www-google-analytics.l.google.com"}}, 2501 | {"d":{"h":"*.www.banner-link.com.br"}}, 2502 | {"d":{"h":"*.www.dnps.com"}}, 2503 | {"d":{"h":"*.www.kaplanindex.com"}}, 2504 | {"d":{"h":"*.www.money4exit.de"}}, 2505 | {"d":{"h":"*.www.photo-ads.co.uk"}}, 2506 | {"d":{"h":"*.www1.gto-media.com"}}, 2507 | {"d":{"h":"*.www8.glam.com"}}, 2508 | {"d":{"h":"*.x-traceur.com"}}, 2509 | {"d":{"h":"*.x6.yakiuchi.com"}}, 2510 | {"d":{"h":"*.xchange.ro"}}, 2511 | {"d":{"h":"*.xclicks.net"}}, 2512 | {"d":{"h":"*.xertive.com"}}, 2513 | {"d":{"h":"*.xg4ken.com"}}, 2514 | {"d":{"h":"*.xplusone.com"}}, 2515 | {"d":{"h":"*.xponsor.com"}}, 2516 | {"d":{"h":"*.xq1.net"}}, 2517 | {"d":{"h":"*.xrea.com"}}, 2518 | {"d":{"h":"*.xtendmedia.com"}}, 2519 | {"d":{"h":"*.xtremetop100.com"}}, 2520 | {"d":{"h":"*.xxxcounter.com"}}, 2521 | {"d":{"h":"*.xzoomy.com"}}, 2522 | {"d":{"h":"*.y.ibsys.com"}}, 2523 | {"d":{"h":"*.yab-adimages.s3.amazonaws.com"}}, 2524 | {"d":{"h":"*.yabuka.com"}}, 2525 | {"d":{"h":"*.yadro.ru"}}, 2526 | {"d":{"h":"*.yesads.com"}}, 2527 | {"d":{"h":"*.yesadvertising.com"}}, 2528 | {"d":{"h":"*.yieldads.com"}}, 2529 | {"d":{"h":"*.yieldlab.net"}}, 2530 | {"d":{"h":"*.yieldmanager.net"}}, 2531 | {"d":{"h":"*.yoc.mobi"}}, 2532 | {"d":{"h":"*.yoggrt.com"}}, 2533 | {"d":{"h":"*.yourtracking.net"}}, 2534 | {"d":{"h":"*.z.times.lv"}}, 2535 | {"d":{"h":"*.z5x.net"}}, 2536 | {"d":{"h":"*.zangocash.com"}}, 2537 | {"d":{"h":"*.zanox-affiliate.de"}}, 2538 | {"d":{"h":"*.zanox.com"}}, 2539 | {"d":{"h":"*.zantracker.com"}}, 2540 | {"d":{"h":"*.zde-affinity.edgecaching.net"}}, 2541 | {"d":{"h":"*.zencudo.co.uk"}}, 2542 | {"d":{"h":"*.zenzuu.com"}}, 2543 | {"d":{"h":"*.zeus.developershed.com"}}, 2544 | {"d":{"h":"*.zeusclicks.com"}}, 2545 | {"d":{"h":"*.zintext.com"}}, 2546 | {"d":{"h":"*.zmedia.com"}}, 2547 | {"d":{"h":"*.bttrack.com"}}, 2548 | {"d":{"h":"*.servebom.com"}}, 2549 | {"d":{"h":"*.bkrtx.com"}}, 2550 | {"d":{"h":"*.sonobi.com"}}, 2551 | {"d":{"h":"*.springserve.com"}}, 2552 | {"d":{"h":"*.taboola.com"}}, 2553 | {"d":{"h":"*.ml314.com"}}, 2554 | {"d":{"h":"*.pointclicktrack.com"}}, 2555 | {"d":{"h":"*.optimizely.com"}}, 2556 | {"d":{"h":"*.zdbb.net"}}, 2557 | {"d":{"h":"*.tiqcdn.com"}}, 2558 | {"d":{"h":"*.cedexis-radar.net"}}, 2559 | {"d":{"h":"*.mxpnl.com"}}, 2560 | {"d":{"h":"*.gosquared.com"}}, 2561 | {"d":{"h":"*.visualwebsiteoptimizer.com"}}, 2562 | {"d":{"h":"*.ubm-us.net"}}, 2563 | {"d":{"h":"*.brightcove.com"}}, 2564 | {"d":{"h":"*.techweb.com"}}, 2565 | {"d":{"h":"*.natoms.com"}}, 2566 | {"d":{"h":"*.nuggad.net"}}, 2567 | {"d":{"h":"*.lijit.com"}}, 2568 | {"d":{"h":"*.netmng.com"}}, 2569 | {"d":{"h":"*.gisi.fr"}}, 2570 | {"d":{"h":"*.cloud-media.fr"}}, 2571 | {"d":{"h":"*.adlpartner.com"}}, 2572 | {"d":{"h":"*.outbrain.com"}}, 2573 | {"d":{"h":"*.adyoulike.com"}}, 2574 | {"d":{"h":"*.taboolasyndication.com"}}, 2575 | {"d":{"h":"*.adverline.com"}}, 2576 | {"d":{"h":"*.usersnap.com"}}, 2577 | {"d":{"h":"*.addthis.com"}}, 2578 | {"d":{"h":"*.maxymiser.net"}}, 2579 | {"d":{"h":"*.w55c.net"}}, 2580 | {"d":{"h":"*.nativendo.de"}}, 2581 | {"d":{"h":"*.plista.com"}}, 2582 | {"d":{"h":"*.ioam.de"}}, 2583 | {"d":{"h":"*.adform.net"}}, 2584 | {"d":{"h":"*.eyeota.net"}}, 2585 | {"d":{"h":"*.webtrekk.net"}}, 2586 | {"d":{"h":"*.t4ft.de"}}, 2587 | {"d":{"h":"*.m6r.eu"}}, 2588 | {"d":{"h":"*.theadex.com"}}, 2589 | {"d":{"h":"*.econda-monitor.de"}}, 2590 | {"d":{"h":"*.intelliad.de"}}, 2591 | {"d":{"h":"*.wywy.com"}}, 2592 | {"d":{"h":"*.criteo.net"}}, 2593 | {"d":{"h":"*.wt-eu02.net"}}, 2594 | {"d":{"h":"*.veeseo.com"}}, 2595 | {"d":{"h":"*.vaimo.com"}}, 2596 | {"d":{"h":"*.bm23.com"}}, 2597 | {"d":{"h":"*.baynote.net"}}, 2598 | {"d":{"h":"*.research.de.com"}}, 2599 | {"d":{"h":"*.iqcontentplatform.de"}}, 2600 | {"d":{"h":"*.adtelligence.de"}}, 2601 | {"d":{"h":"*.etracker.com"}}, 2602 | {"d":{"h":"*.kpcustomer.de"}}, 2603 | {"d":{"h":"*.trustpilot.com"}}, 2604 | {"d":{"h":"*.mouse3k.com"}}, 2605 | {"d":{"h":"*.wt-safetag.com"}}, 2606 | {"d":{"h":"*.yieldoptimizer.com"}}, 2607 | {"d":{"h":"*.eum-appdynamics.com"}}, 2608 | {"d":{"h":"*.usabilla.com"}}, 2609 | {"d":{"h":"*.appdynamics.com"}}, 2610 | {"d":{"h":"*.ivwbox.de"}}, 2611 | {"d":{"h":"*.smartstream.tv"}}, 2612 | {"d":{"h":"*.easyvoyage.com"}}, 2613 | {"d":{"h":"*.feefo.com"}}, 2614 | {"d":{"h":"*.xplosion.de"}}, 2615 | {"d":{"h":"*.scopus.com"}}, 2616 | {"d":{"h":"*.rng-snp-003.com"}}, 2617 | {"d":{"h":"*.wipe.de"}}, 2618 | {"d":{"h":"*.impoll.net"}}, 2619 | {"d":{"h":"*.simplereach.com"}}, 2620 | {"d":{"h":"*.parsely.com"}}, 2621 | {"d":{"h":"*.comscore.com"}}, 2622 | {"d":{"h":"*.peer39.net"}}, 2623 | {"d":{"h":"*.crazyegg.com"}}, 2624 | {"d":{"h":"*.meetrics.net"}}, 2625 | {"d":{"h":"*.mxcdn.net"}}, 2626 | {"d":{"h":"*.webutation.net"}}, 2627 | {"d":{"h":"*.eloqua.com"}}, 2628 | {"d":{"h":"*.en25.com"}}, 2629 | {"d":{"h":"*.greatviews.de"}}, 2630 | {"d":{"h":"*.inspectlet.com"}}, 2631 | {"d":{"h":"*.truste.com"}}, 2632 | {"d":{"h":"*.netsuite.com"}}, 2633 | {"d":{"h":"*.ev.mu"}}, 2634 | {"d":{"h":"*.i12.de"}}, 2635 | {"d":{"h":"*.openx.net"}}, 2636 | {"d":{"h":"*.commander1.com"}}, 2637 | {"d":{"h":"*.clicktale.net"}}, 2638 | {"d":{"h":"*.bounceexchange.com"}}, 2639 | {"d":{"h":"*.tagcommander.com"}}, 2640 | {"d":{"h":"*.ebz.io"}}, 2641 | {"d":{"h":"*.fastclick.net"}}, 2642 | {"d":{"h":"*.ktxtr.com"}}, 2643 | {"d":{"h":"*.callingjustified.com"}}, 2644 | {"d":{"h":"*.emetriq.de"}}, 2645 | {"d":{"h":"*.atsfi.de"}}, 2646 | {"d":{"h":"*.tifbs.net"}}, 2647 | {"d":{"h":"*.advolution.de"}}, 2648 | {"d":{"h":"*.incown.de"}}, 2649 | {"d":{"h":"*.tealiumiq.com"}}, 2650 | {"d":{"h":"*.uimserv.net"}}, 2651 | {"d":{"h":"*.qservz.com"}}, 2652 | {"d":{"h":"*.exactag.com"}}, 2653 | {"d":{"h":"*.d3sv.net"}}, 2654 | {"d":{"h":"*.sojern.com"}}, 2655 | {"d":{"h":"*.travelaudience.com"}}, 2656 | {"d":{"h":"*.edigitalsurvey.com"}}, 2657 | {"d":{"h":"*.254a.com"}}, 2658 | {"d":{"h":"*.botscanner.com"}}, 2659 | {"d":{"h":"*.socialtrack.co"}}, 2660 | {"d":{"h":"*.wrating.com"}}, 2661 | {"d":{"h":"*.mmstat.com"}}, 2662 | {"d":{"h":"*.betrad.com"}}, 2663 | {"d":{"h":"*.wistia.net"}}, 2664 | {"d":{"h":"*.thangasoline.com"}}, 2665 | {"d":{"h":"*.altmetric.com"}}, 2666 | {"d":{"h":"*.pagefair.com"}}, 2667 | {"d":{"h":"*.pagefair.net"}}, 2668 | {"d":{"h":"*.nexac.com"}}, 2669 | {"d":{"h":"*.4dsply.com"}}, 2670 | {"d":{"h":"*.adsfactor.net"}}, 2671 | {"d":{"h":"*.adxglobal.com"}}, 2672 | {"d":{"h":"*.d5nxst8fruw4z.cloudfront.net"}}, 2673 | {"d":{"h":"*.pixelinteractivemedia.com"}}, 2674 | {"d":{"h":"*.regiohelden.de"}}, 2675 | {"d":{"h":"*.goroost.com"}}, 2676 | {"d":{"h":"*.viglink.com"}}, 2677 | {"d":{"h":"*.n72adserv.com"}}, 2678 | {"d":{"h":"*.cnzz.net"}}, 2679 | {"d":{"h":"*.sitetag.us"}}, 2680 | {"d":{"h":"*.qiyou.com"}}, 2681 | {"d":{"h":"*.egooad.com"}}, 2682 | {"d":{"h":"*.popads.net"}}, 2683 | {"d":{"h":"*.778669.com"}}, 2684 | {"d":{"h":"*.linezing.com"}}, 2685 | {"d":{"h":"*.d31qbv1cthcecs.cloudfront.net"}}, 2686 | {"d":{"h":"*.besocialmedia2.com"}}, 2687 | {"d":{"h":"*.integral-marketing.com"}}, 2688 | {"d":{"h":"*.wwwpromoter.com"}}, 2689 | {"d":{"h":"*.eclkmpsa.com"}}, 2690 | {"d":{"h":"*.directrev.com"}}, 2691 | {"d":{"h":"*.adnotch.com"}}, 2692 | {"d":{"h":"*.ad-center.com"}}, 2693 | {"d":{"h":"*.mdn2015x1.com"}}, 2694 | {"d":{"h":"*.mdn2015x2.com"}}, 2695 | {"d":{"h":"*.theads.me"}}, 2696 | {"d":{"h":"*.stamplive.com"}}, 2697 | {"d":{"h":"*.clkrev.com"}}, 2698 | {"d":{"h":"*.srvpub.com"}}, 2699 | {"d":{"h":"*.mtagmonetizationb.com"}}, 2700 | {"d":{"h":"*.duggiads.com"}}, 2701 | {"d":{"h":"*.a2pub.com"}}, 2702 | {"d":{"h":"*.onclasrv.com"}}, 2703 | {"d":{"h":"*.zoglafi.info"}}, 2704 | {"d":{"h":"*.philipstreehouse.info"}}, 2705 | {"d":{"h":"*.oclasrv.com"}}, 2706 | {"d":{"h":"*.wsockd.com"}}, 2707 | {"d":{"h":"*.q1mediahydraplatform.com"}}, 2708 | {"d":{"h":"*.rackcdn.com"}}, 2709 | {"d":{"h":"*.hs-analytics.net"}}, 2710 | {"d":{"h":"*.zumads.com"}}, 2711 | {"d":{"h":"*.qadservice.com"}}, 2712 | {"d":{"h":"*.popcash.net"}}, 2713 | {"d":{"h":"*.jujzh9va.com"}}, 2714 | {"d":{"h":"*.putags.com"}} 2715 | ] 2716 | } 2717 | } 2718 | -------------------------------------------------------------------------------- /official.json: -------------------------------------------------------------------------------- 1 | { 2 | "l10n":{ 3 | "serial":2014122601, 4 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/locale.json" 5 | }, 6 | "subscriptions":{ 7 | "allow_embedded":{ 8 | "serial":1329159661, 9 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_embedded.json", 10 | "title":"Allow requests for embedded content such as images and videos", 11 | "description":"This subscription is currently broken and will likely be removed. Please see https://github.com/RequestPolicyContinued/requestpolicy/issues/338 and https://github.com/RequestPolicyContinued/requestpolicy/issues/166#issuecomment-65426226." 12 | }, 13 | "allow_extensions":{ 14 | "serial":2017091501, 15 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_extensions.json", 16 | "title":"Allow requests that are needed for other extensions to work properly" 17 | }, 18 | "allow_functionality":{ 19 | "serial":2015102502, 20 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_functionality.json", 21 | "title":"Allow requests that are needed for websites to work properly", 22 | "description":"Contains allow rules necessary for the website to work, even if the destination domain owner is not the same person/organization as the origin domain. Rules for functionality that is not a core part of the site are not be included." 23 | }, 24 | "allow_mozilla":{ 25 | "serial":2017091401, 26 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_mozilla.json", 27 | "title":"Allow requests related to Mozilla and Firefox websites" 28 | }, 29 | "allow_sameorg":{ 30 | "serial":2018040501, 31 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-allow_sameorg.json", 32 | "title":"Allow destinations that belong to the same organization as the origin domain", 33 | "description":"Contains only rules absolutely for the website's core functionality to work. If the destination domain is not owned by the same organization, person, or company as the origin, the rule does not qualify for this subscription." 34 | }, 35 | "deny_trackers":{ 36 | "serial":2015081901, 37 | "url":"https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/official-deny_trackers.json", 38 | "title":"Block domains known for tracking your web browsing", 39 | "description":"This contains a list of websites that are known for tracking your browsing across the web. This is mainly useful to provide a minimal security/privacy when using the _Allow all requests by default_ default policy." 40 | } 41 | } 42 | } 43 | --------------------------------------------------------------------------------