We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa46f9 + 59267d1 commit c1e126eCopy full SHA for c1e126e
src/Nunil_Manipulate_DOM.php
@@ -924,6 +924,8 @@ private function api_support_integrity( $sourcestr ) {
924
'cookie-cdn.cookiepro.com', // https://wordpress.org/support/topic/cookie-pro-script-gets-blocked-from-time-to-time/ .
925
);
926
927
+ $not_sri_sources = apply_filters( 'no_unsafe_inline_not_sri_sources', $not_sri_sources );
928
+
929
foreach ( $not_sri_sources as $source ) {
930
if ( false !== strpos( $sourcestr, $source ) ) {
931
// We found the not_sri_string in $sourcestr.
0 commit comments