ultramarked
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
@@ -208,3 +208,3 @@ /* | ||
function invalidSource (tag, attrs, options) { | ||
function invalidIframeSource (tag, attrs, options) { | ||
if (tag !== 'iframe') { | ||
@@ -274,3 +274,3 @@ return false; | ||
out(tag); | ||
if (invalidIframe(tag, attrs, options)) { | ||
if (invalidIframeSource(tag, attrs, options)) { | ||
delete attrs.src; | ||
@@ -277,0 +277,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51969