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
The <iframe> element should have sandbox="allow-same-origin allow-scripts" attribute.
What actually happened?
The <iframe> element does not have sandbox attribute.
Do you have any screenshots or recordings to repro the issue?
Adaptive Card JSON
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
compulim
added
bug
Indicates an unexpected problem or an unintended behavior.
customer-reported
Required for internal Azure reporting. Do not delete.
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
labels
Dec 12, 2022
Is it an issue related to Adaptive Cards?
No
Is this an accessibility issue?
No
What version of Web Chat are you using?
Latest production
Which distribution are you using Web Chat from?
Bundle (webchat.js)
Which hosting environment does this issue primarily affect?
Web apps
Which browsers and platforms do the issue happened?
No response
Which area does this issue affect?
Others or unrelated
What is the public URL for the website?
No response
Please describe the bug
We should add
sandbox="allow-same-origin allow-scripts"
to the YouTube IFRAME video player and Vimeo IFRAME video player.So, they should appear as
<iframe sandbox="allow-same-origin allow-scripts">
.Do you see any errors in console log?
No response
How to reproduce the issue?
What do you expect?
The
<iframe>
element should havesandbox="allow-same-origin allow-scripts"
attribute.What actually happened?
The
<iframe>
element does not havesandbox
attribute.Do you have any screenshots or recordings to repro the issue?
Adaptive Card JSON
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: