i have two things to complete in my project, First thing is to hide the image path,That is done using dynamically loading the image (imageJPEG) from imageConvert.php with the parameters,The Second thing is i need to implement client side browser…
I've done a tone of work to add Subresource Integrity output for externally loaded files on my site and I've tested extensively to make sure my sites are as secure and up to date as possible. But though I am able to generate an A+ rating on Mozilla…
Considering one may want to import JS modules from CDNs or so, it may be important to ensure the integrity of the delivered JS modules.
Fortunately, in the "old" integration method, we already had solved that problem with Subresource…
I am trying to implement SubResource Integrity to the webpage. I have an inline javascript which gets constructed dynamically based on certain variables,
https://example.com/.js
Separate contents of the file is rendered for each…
I understand in Angular for example that when building the project you can add a Subresource integrity (SRI) tags automatically using this command:
ng build --subresource-integrity
My question is how do I know when running that command that the…