We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0dae1 commit 0572fb7Copy full SHA for 0572fb7
1 file changed
src/main/index.js
@@ -33,6 +33,9 @@ if(isDev){
33
34
app.commandLine.appendSwitch("ppapi-flash-path", flashpath);
35
app.commandLine.appendSwitch("ppapi-flash-version", "32.0.0.371");
36
+app.commandLine.appendSwitch('enable-features', 'DnsOverHttps');
37
+app.commandLine.appendSwitch('dns-over-https-servers', 'https://cloudflare-dns.com/dns-query');
38
+
39
// I do not know why this exists or what this does.
40
app.commandLine.appendSwitch('disable-site-isolation-trials')
41
function createWindow() {
0 commit comments