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 with noopener and noreferrer set.
When #2892 is being implemented, it should tell Web Chat the windowName and windowFeatures.
Steps to reproduce
- Type
card bingsports
- Click on the Seahawk logo
Expected behavior
It should open the URL in a new tab without access to window.opener, and the HTTP request should not have Referrer set.
Additional context
[Bug]
Version
masterDescribe the bug
When click on a card to execute the
openUrlcard action, the URL must be open on a new tab withnoopenerandnoreferrerset.When #2892 is being implemented, it should tell Web Chat the
windowNameandwindowFeatures.Steps to reproduce
card bingsportsExpected behavior
It should open the URL in a new tab without access to
window.opener, and the HTTP request should not haveReferrerset.Additional context
[Bug]