react-iframe
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.8.4](https://github.com/svenanders/react-iframe/compare/v1.8.3...v1.8.4) (2022-09-27) | ||
## [1.8.3](https://github.com/svenanders/react-iframe/compare/v1.8.2...v1.8.3) (2022-09-27) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-iframe", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Easy peasy lemon squeezy iframes with react", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/iframe.js", |
@@ -52,3 +52,3 @@ # React Iframe | ||
**sandbox** - add optional sandbox values ("allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation") | ||
**sandbox** - add optional sandbox values. For single value, add as string. For multiple values, add as array ({"allow-scripts", "allow-same-origin"}). Valid values are `"allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation"` | ||
@@ -55,0 +55,0 @@ **allow** - add optional [_allow_](https://dev.chromium.org/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes#TOC-To-continue-to-use-permissions-from-iframes-on-your-website) values ("geolocation microphone camera midi encrypted-media & more") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
338349