You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem because the sandbox attribute "controls the restrictions applied to the content embedded in the <iframe>" (ref). Although this iframe only exists so that verification scripts can detect if omid is present, it is best practice to enable all iframe restrictions.
What can be done?
Add sandbox to the iframe.
The text was updated successfully, but these errors were encountered:
The change in the upstream repo was merged and will be included in v1.4.6 which is being released at the moment (should appear in this repo today or Monday).
Overview
The iframe created to detect if omid is present, or not, does not contain a
sandbox
attribute.Current output:
Desired output:
Code reference.
Why is this a problem?
This is a problem because the
sandbox
attribute "controls the restrictions applied to the content embedded in the <iframe>" (ref). Although this iframe only exists so that verification scripts can detect if omid is present, it is best practice to enable all iframe restrictions.What can be done?
Add
sandbox
to the iframe.The text was updated successfully, but these errors were encountered: