Skip to content

Commit 733d172

Browse files
committed
1 parent 3ba8583 commit 733d172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: app/src/processing/app/Base.java

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ static public void main(String args[]) throws Exception {
138138
System.setProperty("swing.aatext", "true");
139139
}
140140
System.setProperty("java.net.useSystemProxies", "true");
141+
System.setProperty("jdk.http.auth.proxying.disabledSchemes", "");
142+
System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");
141143

142144
if (OSUtils.isMacOS()) {
143145
System.setProperty("apple.laf.useScreenMenuBar",

0 commit comments

Comments
 (0)