mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update tagline
This commit is contained in:
parent
dfccb22396
commit
83eed42a0a
4 changed files with 4 additions and 4 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
|
@ -4,7 +4,7 @@
|
|||
[](https://travis-ci.org/collinbarrett/FilterLists)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
|
||||
FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances. [Learn More](https://github.com/collinbarrett/FilterLists/blob/master/About.md).
|
||||
FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. [Learn More](https://github.com/collinbarrett/FilterLists/blob/master/About.md).
|
||||
|
||||
## Links
|
||||
| Site | API |
|
||||
|
|
|
|||
2
About.md
2
About.md
|
|
@ -4,7 +4,7 @@ FilterLists helps to protect your privacy and security when using the Internet.
|
|||
|
||||
Using a software firewall (adblocker) has become a key tool in protecting one's privacy online. While the current business model of the "free" Internet relies upon advertising revenue, publishers have become too flippant about tracking users without their consent. Advertising networks track users' browsing habits around the Internet building lucrative profiles to exploit for targeted marketing or big data research. Until Internet publishers develop more transparency or a new business model, we must continue to take the protection of our privacy into our hands.
|
||||
|
||||
Typical adblockers run as an extension in popular web browsers. As we browse the Internet, they compare HTTP requests to their list of hosts and filters to selectively block advertisements, trackers, and general annoyances. This filtering helps to protect the surfer's privacy, prevents [malvertising attacks](http://www.wired.com/insights/2014/11/malvertising-is-cybercriminals-latest-sweet-spot/ "Why Malvertising Is Cybercriminals' Latest Sweet Spot - Wired"), and [reduces bandwidth requirements](http://venturebeat.com/2015/07/08/blocking-ads-can-cut-network-traffic-25-to-40-study-shows/ "Blocking Ads Can Cut Network Traffic 25% to 40%, Study Shows - VentureBeat"). Many contributors work hard to maintain these filter lists for anyone to use. Locating and selecting these lists, however, has not historically been very easy. **FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.**
|
||||
Typical adblockers run as an extension in popular web browsers. As we browse the Internet, they compare HTTP requests to their list of hosts and filters to selectively block advertisements, trackers, and general annoyances. This filtering helps to protect the surfer's privacy, prevents [malvertising attacks](http://www.wired.com/insights/2014/11/malvertising-is-cybercriminals-latest-sweet-spot/ "Why Malvertising Is Cybercriminals' Latest Sweet Spot - Wired"), and [reduces bandwidth requirements](http://venturebeat.com/2015/07/08/blocking-ads-can-cut-network-traffic-25-to-40-study-shows/ "Blocking Ads Can Cut Network Traffic 25% to 40%, Study Shows - VentureBeat"). Many contributors work hard to maintain these filter lists for anyone to use. Locating and selecting these lists, however, has not historically been very easy. **FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.**
|
||||
|
||||
## Software Support
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export class Layout extends React.Component<ILayoutProps, {}> {
|
|||
</a>
|
||||
</h1>
|
||||
<p style={{ margin: 10 }}>
|
||||
The independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.
|
||||
The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
|
||||
</p>
|
||||
</div>
|
||||
<div className="row">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>FilterLists | @ViewData["Title"]</title>
|
||||
<base href="~/"/>
|
||||
<meta name="description" content="FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances. Project by Collin M. Barrett."/>
|
||||
<meta name="description" content="FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. Project by Collin M. Barrett."/>
|
||||
<link rel="icon" type="image/png" href="icon_filterlists.png">
|
||||
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true"/>
|
||||
<environment exclude="Development">
|
||||
|
|
|
|||
Loading…
Reference in a new issue