@iadvize-oss/boxed-tag
Advanced tools
Comparing version 0.4.0 to 0.4.2
{ | ||
"name": "@iadvize-oss/boxed-tag", | ||
"version": "0.4.0", | ||
"version": "0.4.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Boxed iAdvize tag", |
# Boxed tag | ||
The “iAdvize Boxed Tag” is a proposal to include the iAdvize Tag in the most secure way, ie. without it having access to the client’s website. | ||
The “iAdvize Boxed Tag” is a way to include the iAdvize Tag in the most secure way, without it having access to the client’s website. | ||
The iAdvize tag can be isolated when loaded from an iframe with the sandbox attribute. | ||
With this solution, the iAdvize tag can be loaded in an isolated box (a sandboxed iframe). | ||
This way, the main page context cannot be accessed by the iAdvize tag: the main page only sends controlled, relevant data to the boxed tag. | ||
This technique requires: | ||
- A html page hosted on a different origin (but on the same top-level domain), | ||
- A communication channel between the two pages, to handle navigation and the iframe positioning and sizing. | ||
# Installation | ||
@@ -13,0 +9,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
25181
248