We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba8583 commit 733d172Copy full SHA for 733d172
app/src/processing/app/Base.java
@@ -138,6 +138,8 @@ static public void main(String args[]) throws Exception {
138
System.setProperty("swing.aatext", "true");
139
}
140
System.setProperty("java.net.useSystemProxies", "true");
141
+ System.setProperty("jdk.http.auth.proxying.disabledSchemes", "");
142
+ System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");
143
144
if (OSUtils.isMacOS()) {
145
System.setProperty("apple.laf.useScreenMenuBar",
0 commit comments