HN user

devalnor

44 karma
Posts4
Comments14
View on HN

"Entertainment services, namely, providing interactive multiplayer game services for games played over computer networks and global communications networks; providing computer games and video games downloadable over computer global communications networks; providing information on the video game and computer game industries via the Internet; and providing information on computer games, video games, video game consoles and accessories therefor via the Internet"

Very nice service but how do you manage the CDN subresource integrity (SRI) if the packages are different for each individual user?

It's possible to check subresource with es6 module but only if you know the signature first.(https://stackoverflow.com/questions/45804660/is-it-possible-...).

Even Webpack will not handle it with webpack-subresource-integrity (https://www.npmjs.com/package/webpack-subresource-integrity)

Of course HTTPS is strong but not a foolproof solution against man-in-the-middle attack.