[mv3] Remove Safari-specific warning

This commit is contained in:
Raymond Hill 2025-07-31 16:29:19 -04:00
parent 02f90d58f4
commit 5911a8ea7a
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 0 additions and 9 deletions

View file

@ -1,11 +1,3 @@
:root .safari {
display: none;
}
:root.safari .safari {
display: initial;
}
.warning {
color: var(--info2-ink);
}

View file

@ -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>