mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Remove equivalence between chromium and safari
This commit is contained in:
parent
8a7f1589ec
commit
a83be19987
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const env = [
|
|||
'user_stylesheet',
|
||||
];
|
||||
|
||||
if ( platform === 'edge' || platform === 'safari' ) {
|
||||
if ( platform === 'edge' ) {
|
||||
env.push('chromium');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue