Update webbrowser user-agent string
This commit is contained in:
parent
69a7cfc9ea
commit
3bb6d1e997
@ -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());
|
webEngine.loadContent(homepage());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user