mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-10 18:06:05 +02:00
Remove optional permissions in safari for now due to safari bug
https://bugs.webkit.org/show_bug.cgi?id=290508 Forgot to commit it in the last build
This commit is contained in:
parent
7904913fdb
commit
28cfcf7ddc
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class BuildManifest {
|
|||
} else if (this.options.browser.toLowerCase() === "safari") {
|
||||
mergeObjects(manifest, manifestV2ManifestExtra);
|
||||
mergeObjects(manifest, safariManifestExtra);
|
||||
manifest.optional_permissions = manifest.optional_permissions.filter((a) => a !== "*://*/*");
|
||||
}
|
||||
|
||||
if (this.options.stream === "beta") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue