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

10 script(s)
  10 resources secured out of 10

View resources
Resource Type Resource Source
Local https://elearning.ansa.gov.md/assets/js/shop.js
Local https://elearning.ansa.gov.md/assets/js/vendors.bundle.js
Local https://elearning.ansa.gov.md/assets/js/app.bundle.js
Local https://elearning.ansa.gov.md/assets/js/datagrid/datatables/datatables.bundle.js
Local https://elearning.ansa.gov.md/assets/js/notifications/toastr/toastr.js
Local https://elearning.ansa.gov.md/assets/js/notifications/sweetalert2/sweetalert2.bundle.js
Local https://elearning.ansa.gov.md/bower/jquery-validation/dist/jquery.validate.min.js
Local https://elearning.ansa.gov.md/assets/js/formplugins/jquery-form/jquery.form.js
Local /js/messages_ro.js
Local //code.jivosite.com/widget/2g45kEtAMY

13 stylesheets(s)
  13 resources secured out of 13

View resources
Resource Type Resource Source
Local https://elearning.ansa.gov.md/assets/css/fontawesome-all.css
Local https://elearning.ansa.gov.md/assets/css/vendors.bundle.css
Local https://elearning.ansa.gov.md/assets/css/app.bundle.css
Local https://elearning.ansa.gov.md/assets/css/datagrid/datatables/datatables.bundle.css
Local https://elearning.ansa.gov.md/assets/css/notifications/toastr/toastr.css
Local https://elearning.ansa.gov.md/assets/css/notifications/sweetalert2/sweetalert2.bundle.css
Local https://elearning.ansa.gov.md/bower/flag-icon-css/css/flag-icon.css
Local https://elearning.ansa.gov.md/assets/css/markdown.css
Local https://elearning.ansa.gov.md/assets/css/frontend.css?cache=1720449389
Local https://elearning.ansa.gov.md/assets/css/styles.css?cache=1720449389
Local https://elearning.ansa.gov.md/css/app.css
Local https://elearning.ansa.gov.md/css/style.css?cache=1720449389
Local https://elearning.ansa.gov.md/assets/css/newCss.css?cache=1720449389

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.