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

18 script(s)
  16 resources secured out of 18

View resources
Resource Type Resource Source
Local /media/system/js/core.min.js?e20992
Local /media/vendor/jquery/js/jquery.min.js?3.7.1
Local /media/legacy/js/jquery-noconflict.min.js?504da4
Local /media/vendor/awesomplete/js/awesomplete.min.js?1.1.5
Local /media/com_finder/js/finder.min.js?5729ed
Local /components/com_sppagebuilder/assets/js/common.js
Local /components/com_sppagebuilder/assets/js/jquery.parallax.js?431006b7798dde30d7728c5df9bb0948
Local /components/com_sppagebuilder/assets/js/sppagebuilder.js?431006b7798dde30d7728c5df9bb0948
Local /media/com_slideshowck/assets/jquery.easing.1.3.js
Local /media/com_slideshowck/assets/camera.min.js?ver=2.5.9
Local /modules/mod_jm_img_carousel/assets/jquery.flipster.min.js
Local /modules/mod_jm_img_carousel/assets/script.js
Local /templates/shaper_helix3/js/bootstrap.min.js
Local /templates/shaper_helix3/js/jquery.sticky.js
Local /templates/shaper_helix3/js/main.js
Local /templates/shaper_helix3/js/frontend-edit.js
External https://www.skynettechnologies.com/accessibility/js/all-in-one-accessibility-js-widget-minify.js?colorcode=&token=&t=47591195&position=bottom_right
External https://www.googletagmanager.com/gtag/js?id=G-T9F2HE591Q

18 stylesheets(s)
  18 resources secured out of 18

View resources
Resource Type Resource Source
Local /media/vendor/awesomplete/css/awesomplete.css?1.1.5
Local /media/mod_languages/css/template.min.css?421bd9
Local /components/com_sppagebuilder/assets/css/animate.min.css?431006b7798dde30d7728c5df9bb0948
Local /components/com_sppagebuilder/assets/css/sppagebuilder.css?431006b7798dde30d7728c5df9bb0948
Local /modules/mod_slideshowck/themes/default/css/camera.css
Local /modules/mod_minifrontpage/tmpl/default/grid.min.css?v=3.0.2
Local /modules/mod_minifrontpage/tmpl/default/skin/card.min.css?v=3.0.2
Local /modules/mod_jm_img_carousel/assets/jquery.flipster.css
Local /media/com_sppagebuilder/css/page-15.css
Local //fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic&subset=cyrillic,latin
Local //fonts.googleapis.com/css?family=Almarai:300,regular,700,800&subset=arabic
Local /templates/shaper_helix3/css/bootstrap.min.css
Local /templates/shaper_helix3/css/joomla-fontawesome.min.css
Local /templates/shaper_helix3/css/font-awesome-v4-shims.min.css
Local /templates/shaper_helix3/css/template.css
Local /templates/shaper_helix3/css/presets/preset1.css
Local /plugins/system/helix3/assets/css/pagebuilder.css
Local /templates/shaper_helix3/css/frontend-edit.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.