Auto SRI
Automatically adds Subresource Integrity (SRI) to external scripts/styles and safely excludes Google reCAPTCHA and Google Fonts.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 75 days ago
Is Auto SRI abandoned?
Likely maintained (last update 75 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Auto SRI automatically adds Subresource Integrity (SRI) attributes to scripts and styles loaded from external sources.
This improves security, protects against tampering, and enables strict Content Security Policy (CSP) setups.
Features
- ✔ Adds SRI to all external
andtags - ✔ Supports WordPress-enqueued assets and raw HTML tags
- ✔ Supports async, defer, crossorigin, and multiline script tags
- ✔ Caches all hashes for performance
- ✔ Excludes admin panel (wp-admin) to prevent conflicts
- ✔ Automatically skips non-SRI-compatible providers:
- Google reCAPTCHA
- Google Fonts (fonts.googleapis.com / fonts.gstatic.com)
- WordPress.com widgets (widgets.wp.com)
- Dynamic concatenated resources
- Dynamic script loaders and runtime-inserted scripts
- ✔ Safe for Elementor, WooCommerce, CookieYes, Jetpack, GoDaddy hosting, etc.
Why some scripts are excluded
This plugin automatically excludes:
- Google reCAPTCHA (
google.com/recaptcha) - Google Fonts stylesheets (
fonts.googleapis.com) - Google Fonts font files (
fonts.gstatic.com) - WordPress.com widgets (
widgets.wp.com) - Dynamic concatenated resources (
/_static/??) - Other dynamic inline loaders (CookieYes, wsimg, ywxi, etc.)
Want to whitelist a dynamic provider? Contact us at izafirsk@gmail.com.
* Other dynamic inline loaders (CookieYes, wsimg, ywxi, etc.)
Want to whitelist a dynamic provider? Contact us at izafirsk@gmail.com.
These exclusions prevent:
- CORS failures
- Integrity mismatch blocking
- Google reCAPTCHA from breaking
- Google Fonts from disappearing
- Layout shifts caused by blocked assets
Installation
- Upload the plugin to
/wp-content/plugins/auto-sri
Frequently Asked Questions
No. The plugin automatically skips the WordPress admin panel (wp-admin) to prevent any conflicts with admin scripts and ensure smooth backend operation.
Scripts from Google reCAPTCHA, Google Fonts, wsimg, ywxi, and other dynamic sources cannot support SRI because their content changes on every request.
This plugin intelligently detects those sources and safely skips them.
No. SRI hashes are computed once and stored in the WordPress options table.
No. This plugin is fully compatible and tested against common dynamic script loaders.
Yes — it allows you to safely enforce:
For excluded domains, you should whitelist them in your CSP.
Review feed
Screenshots
Changelog
1.9
- Added admin panel exclusion – SRI no longer applies in wp-admin
- Added exclusion for WordPress.com widgets (widgets.wp.com)
- Added exclusion for dynamic concatenated resources (/_static/??)
- Fixed integrity mismatch errors for dynamic content
- Improved compatibility with WordPress.com features
1.8
- Fixed prefixing issues to comply with WordPress standards
- Improved security by preventing direct file access
- Excluded development assets from release package
- Example of SRI added to external script tags in the page source
1.7
- Code quality improvements
- WordPress coding standards compliance
- Optimized readme for plugin repository
1.6
- Renamed plugin to comply with WordPress.org trademark policies
- Updated all assets and paths
- Stability improvements
1.5
- Renamed plugin to comply with WordPress.org trademark policies
- Updated all assets and paths
- Stability improvements
1.4
- Added new plugin banner + icon assets
- Visual branding improvements
- Updated readme and asset packaging
1.3
- Added automatic exclusion of Google reCAPTCHA (fixes CORS / blocked script issues)
- Added automatic exclusion of Google Fonts (fixes integrity mismatch issues)
- Improved compatibility with Google APIs and Elementor
- Updated SRI matching and handling logic
- Stable, safe version for production use