mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Acknowledging that IE support is a goner (#753)
* Update _Layout.cshtml * Update README.md * Update README.md
This commit is contained in:
parent
aaf4411d1f
commit
95f34a0e2b
2 changed files with 2 additions and 3 deletions
4
.github/README.md
vendored
4
.github/README.md
vendored
|
|
@ -5,7 +5,7 @@
|
|||
[](https://travis-ci.org/collinbarrett/FilterLists)
|
||||
[](https://codecov.io/gh/collinbarrett/FilterLists)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
[](https://builtwithdot.net/project/125/filterlists)
|
||||
[](https://builtwithdot.net/project/125/filterlists)
|
||||
[](https://beerpay.io/collinbarrett/FilterLists)
|
||||
[](https://beerpay.io/collinbarrett/FilterLists?focus=wish)
|
||||
|
||||
|
|
@ -46,4 +46,4 @@ We respect your privacy. That is the whole point of this site. The only minor da
|
|||
|
||||
### Internet Explorer TPL users
|
||||
|
||||
Due to problems with finding time to look into issues with TPL subscription buttons and to load the website in Internet Explorer, a makeshift archive has been set up in the meantime. To view a smaller TPL-only archive with subscribable links, right-click on [this link](https://raw.githubusercontent.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html), choose to save it as an HTML file, and open it in Internet Explorer ≥9.
|
||||
The FilterLists.com website returns a blank page in Internet Explorer, mostly due to problems with both polyfill and JavaScript elements, in addition to IE being considered by us to be an outdated browser. To help alleviate this, a makeshift archive has been set up. To view a smaller TPL-only archive with subscribable links, right-click on [this link](https://raw.githubusercontent.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html), choose to save it as an HTML file, and open it in Internet Explorer ≥9.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
<body>
|
||||
@RenderBody()
|
||||
<script src="~/dist/vendor.js" asp-append-version="true"></script>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" asp-append-version="true"></script>
|
||||
@RenderSection("scripts", false)
|
||||
<noscript>
|
||||
<p>FilterLists is built with ReactJS and therefore requires first-party JavaScript to be enabled. We do not use any third-party JavaScript, and your privacy is very important to us. If you prefer not to enable JavaScript or your browser does not support it, the data is largely available on <a href="https://github.com/collinbarrett/FilterLists">our GitHub repo</a>.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue