mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-04-08 17:05:27 +02:00
Avoid to set the text/html mime type
This commit is contained in:
parent
1f350b99c0
commit
8f064a9d04
18
patches/avoid-change-default-texthtml-mime-type.patch
Normal file
18
patches/avoid-change-default-texthtml-mime-type.patch
Normal file
@ -0,0 +1,18 @@
|
||||
diff --git a/build/main.js b/build/main.js
|
||||
index de51acb..e2c0b9e 100644
|
||||
--- a/build/main.js
|
||||
+++ b/build/main.js
|
||||
@@ -2897,12 +2897,7 @@
|
||||
this.tray.init(),
|
||||
this.updater.init(),
|
||||
this.network.watch(),
|
||||
- this.powerSave.check(),
|
||||
- this.deepLink.getSchemes().forEach((scheme) => {
|
||||
- external_electron_namespaceObject.app.setAsDefaultProtocolClient(
|
||||
- scheme
|
||||
- );
|
||||
- });
|
||||
+ this.powerSave.check();
|
||||
const dzrFilter = { urls: ["*://*/*"] },
|
||||
DOMAINS_WHITELIST = [
|
||||
"deezer.com",
|
Loading…
x
Reference in New Issue
Block a user