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

13 script(s)
  12 resources secured out of 13

View resources
Resource Type Resource Source
External https://www.googletagmanager.com/gtag/js?id=G-K3FGZ54NSY
Local /js/app.js?id=0480a47b2c46bd651389d6ef9effa785
Local /js/app_298.js?id=1d323f40684c9d94c328612b8bf1e17d
Local /js/app_new.js?id=5d66ee603ad0592340480744e8b3fa4e
Local /js/app_300.js?id=c693cf2d254bb1add9bbb821c9780dc6
Local /js/app_391.js?id=d827cf3f8250ec592a12235c31359c61
Local /js/app_318.js?id=f2b225806b508a11493ca34d92117c09
Local /js/app_524.js?id=4a4250b4bdf88fc27b54fde634abef71
Local /js/app_393.js?id=ee6d2539e0024efd56122050a5bdcc78
Local /js/app_303.js?id=ee10fb329b367f51131d0452517a7433
Local https://www.maib.md/js/validate/messages_ro.js?v=1
Local /vendor/livewire/livewire.js?id=9a36ebbddb8dd0aa91b1
Local /_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=8&cb=442626405

2 stylesheets(s)
  1 resources secured out of 2

View resources
Resource Type Resource Source
Local /css/app.css?id=d4270eafd4e62ca068b9bea37929ecd5
External https://prod-druid-apc.azureedge.net/v2/druid_webchat_v2.css

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.