Subresource Integrity (SRI) is a web development security mechanism that guarantees the authenticity and integrity of external resources like scripts and stylesheets. By including a cryptographic hash in the resource reference, browsers can verify that the resources haven't been tampered with before loading and executing them.


Everything is ok

7 script(s)
  7 resources secured out of 7

View resources
Resource Type Resource Source
Local /bundles/jquery?v=sPR_fViffidqndCHCzNiXFEaw4Lt8lEmcQqibaTsCfk1
Local /Scripts/bootstrap-4.3.1/bootstrap.bundle.min.js
Local /Scripts/kendo.modernizr.custom.js
Local /scripts/knd?v=qhHAa_cyaymnt9ouwP6FA3baeXJN_aFKNJFPveiYLjI1
Local /scripts/index?v=6FDS09gSk3LwjzB2_mskXpkIlJiqTgdKtDToaDJbb8I1
Local /scripts/sec?v=o4QPtHYVVrtIAgWXVsPY3e-PBUbhnsPGdqXO-PifPVI1
Local /scripts/auth?v=gKl3K0tiEMI8WJ7sKw4KaXDwcil09N4CzTVqjpYBW6s1

6 stylesheets(s)
  6 resources secured out of 6

View resources
Resource Type Resource Source
Local /Content/bootstrap-4.3.1/bootstrap.min.css
Local /Content/kendo/2022.2.621/kendo.common.min.css
Local /Content/kendo/2022.2.621/kendo.default.min.css
Local /Content/app/font-awesome.css
Local /content/web?v=FoiC_KP-pg79bRpOFgzdwzGvN85mWALsTqkS6nmTNW81
Local /content/ecb?v=MYGGBI2qqtBpisWSfS5YB0hq8viDhS2A8xZ_H2dxp1o1

Subresource Integrity is present

When Subresource Integrity (SRI) is implemented on a website that hosts all its essential files, assets, and dependencies locally or within the same domain, the security and integrity of the website are significantly enhanced. SRI ensures that all locally hosted resources are verified for integrity, preventing the execution of tampered or malicious content. This combination of local hosting and SRI leads to a robust security posture, as it minimizes external vulnerabilities and ensures the authenticity of all resources. Additionally, it maintains the performance benefits of local hosting, such as faster loading times and reduced reliance on external services, while adding an extra layer of protection against content manipulation.