1

I am developping an application for IE 11 (other browsers are not suppoted). I need to check the integrity of the javascript file (file.js) before execute it. Is it possible to sing the file, or insure it is the original one that is used ? Thanks

1 Answers1

1

You can use HTTPS to secure your JavaScript files. HTTPS will ensure that your JavaScript files have not been modified during transmission from server to your browser.

Nadir Latif
  • 3,690
  • 1
  • 15
  • 24