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)
  7 resources secured out of 10

View resources
Resource Type Resource Source
Local //code.jivosite.com/widget.js
External https://www.googletagmanager.com/gtag/js?id=AW-11040388944
Local /js/vendors/utils.min.js
Local /js/vendors.bundle.js
Local /js/main.bundle.js?v=2
Local https://eximbank.md/ro/js/lang.js?vers=6
External https://maps.googleapis.com/maps/api/js?key=AIzaSyB6yxq2BY5wG3XquGFwaJATA3Xerwt_48o
External https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit
Local /js/app.js?vers=7
Local /js/extended_cv_form.js

3 stylesheets(s)
  3 resources secured out of 3

View resources
Resource Type Resource Source
Local /css/vendors.bundle.css
Local /css/main.bundle.css?v=3
Local /css/app.css?vers=6

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.