software/jstestnode: use default firefox version
This actually updates firefox from version 68 to version 115
Showing
-
Owner
@romain FYI, this broke a JIO test with
TypeError: crypto.subtle is undefined
.According to https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle this started to require a secure context since Firefox 75 and the server used to serve files for tests is http. In !1516 (merged) we will change it to https
Please register or sign in to comment