mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Remove Safari-specific warning
This commit is contained in:
parent
02f90d58f4
commit
5911a8ea7a
2 changed files with 0 additions and 9 deletions
|
|
@ -1,11 +1,3 @@
|
|||
:root .safari {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:root.safari .safari {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: var(--info2-ink);
|
||||
}
|
||||
|
|
@ -19,7 +19,6 @@
|
|||
<section>
|
||||
|
||||
<h2 data-i18n="supportS6H"></h2>
|
||||
<p class="safari warning"><b>Safari users:</b> Please do not report filter issues at the moment. The declarativeNetRequest engine on stable version of Safari is not yet fully implemented <a href="https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest">as per specs</a>. As a consequence this leads to many cases of network requests not being blocked.</p>
|
||||
<p data-i18n="supportS3P1"></p>
|
||||
<div class="supportEntry">
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue