0

The HTML tag has an attribute to verify that your external referenced files have not being modified on transit. What is that attribute?

What is that attribute? For HTML tag has an attribute to verify that your external referenced files have not being modified on transit.

0xy
  • 1
  • 1
  • 1
    The integrity attribute allows a browser to check the fetched script to ensure that the code is never loaded if the source has been manipulated. https://www.w3schools.com/tags/att_script_integrity.asp – Felix G Dec 04 '22 at 18:36

1 Answers1

0

"integrity" attribute is used to give permission to the browser to check the fetched script to make ensure the source code is never loaded if an unexpected manipulation has been made. It is used to check that whether the third party has been altered the resource or not.

0xy
  • 1
  • 1