We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
When click on a card to execute the openUrl card action, the URL must be open on a new tab with noopener and noreferrer set.
openUrl
noopener
noreferrer
When #2892 is being implemented, it should tell Web Chat the windowName and windowFeatures.
windowName
windowFeatures
card bingsports
It should open the URL in a new tab without access to window.opener, and the HTTP request should not have Referrer set.
window.opener
Referrer
[Bug]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Version
master
Describe the bug
When click on a card to execute the
openUrl
card action, the URL must be open on a new tab withnoopener
andnoreferrer
set.When #2892 is being implemented, it should tell Web Chat the
windowName
andwindowFeatures
.Steps to reproduce
card bingsports
Expected behavior
It should open the URL in a new tab without access to
window.opener
, and the HTTP request should not haveReferrer
set.Additional context
[Bug]
The text was updated successfully, but these errors were encountered: