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

19 script(s)
  17 resources secured out of 19

View resources
Resource Type Resource Source
Local /media/system/js/core.min.js?2cb912
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.7
Local /media/com_finder/js/finder.min.js?755761
Local /components/com_sppagebuilder/assets/js/common.js
Local /components/com_sppagebuilder/assets/js/dynamic-content.js?320bd0471c3e8d6b9dd55c98e185506c
Local /components/com_sppagebuilder/assets/js/jquery.parallax.js?320bd0471c3e8d6b9dd55c98e185506c
Local /components/com_sppagebuilder/assets/js/sppagebuilder.js?320bd0471c3e8d6b9dd55c98e185506c
Local /media/com_slideshowck/assets/jquery.easing.1.3.js
Local /media/com_slideshowck/assets/camera.min.js?ver=2.7.0
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=88346242&position=bottom_right
External https://www.googletagmanager.com/gtag/js?id=G-T9F2HE591Q

19 stylesheets(s)
  19 resources secured out of 19

View resources
Resource Type Resource Source
Local /media/vendor/awesomplete/css/awesomplete.css?1.1.7
Local /media/mod_languages/css/template.min.css?e8bf55
Local /components/com_sppagebuilder/assets/css/animate.min.css?320bd0471c3e8d6b9dd55c98e185506c
Local /components/com_sppagebuilder/assets/css/sppagebuilder.css?320bd0471c3e8d6b9dd55c98e185506c
Local /components/com_sppagebuilder/assets/css/dynamic-content.css?320bd0471c3e8d6b9dd55c98e185506c
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.