Update webbrowser user-agent string

This commit is contained in:
skylarmt 2015-04-16 23:16:46 -06:00
parent 69a7cfc9ea
commit 3bb6d1e997

View File

@ -106,7 +106,7 @@ public class WebBrowser extends javax.swing.JInternalFrame {
}
}
});
webEngine.setUserAgent("SyMAT/" + Main.VERSION_NAME);
webEngine.setUserAgent("Mozilla/5.0 SyMAT/" + Main.VERSION_NAME);
webEngine.loadContent(homepage());
}
});