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.


Check completed with warnings

10 script(s)
  8 resources secured out of 10

View resources
Resource Type Resource Source
Local /firebase-config.js
External https://www.gstatic.com/firebasejs/9.23.0/firebase-app-compat.js
External https://www.gstatic.com/firebasejs/9.23.0/firebase-messaging-compat.js
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=i1762xEbqCKu-xh9O9TkX7lEzmDT1eCBD0NwjuwcQBM1
Local /scripts/sec?v=o4QPtHYVVrtIAgWXVsPY3e-PBUbhnsPGdqXO-PifPVI1
Local /scripts/auth?v=ObXziFHZqJvDqGO3IZS7-_d1572ImYQco5o_FTDvW6Y1

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=MH-COMKkysaDlOKICI_yaEV9hGGkANK01QRpStlucWI1
Local /content/ecb?v=EPvK8pmsL9dlkxeoFX8J8sK7QyEjtRa0eJR53hg2N0M1

Subresource Integrity is present with warnings

When not all resources on a website have Subresource Integrity (SRI) implemented correctly, and some external resources lack the necessary integrity hashes, the website's security is potentially compromised. This situation creates vulnerabilities, especially for resources loaded from third-party servers, where the site owner has less control. Consequently, the website may be exposed to security risks like malicious script execution, impacting both the site's integrity and the safety of its users.