Skip to content

Commit

Permalink
Update Hyperlink title <iframe> (#1363)
Browse files Browse the repository at this point in the history
* Update developer-setup.md

Fixed newtabref formating issues

* Fixed Go site Updated URL

Fixed Go site Updated URL

* Update title iframe tag on hyperlink

update hyperlink title

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
varghesejose2020 and cwarnermm authored May 14, 2024
1 parent 17e4192 commit ed5a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/integrate/customization/embedding/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Save the below HTML code in a file called `mattermost-button-example.html` then

## Embed Mattermost in web apps using an &lt;iframe&gt;

Any web application embedded into another using an {{< newtabref href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe" title="&lt;iframe&gt;" >}} is at risk of security exploits, since the outer application intercepts all user input into the embedded application, an exploit known as {{< newtabref href="https://en.wikipedia.org/wiki/Clickjacking" title="Click-Jacking" >}}. By default, Mattermost disables embedding. If you choose to embed Mattermost we highly recommend it is done only on a private network that you control.
Any web application embedded into another using an {{< newtabref href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe" title="<iframe>" >}} is at risk of security exploits, since the outer application intercepts all user input into the embedded application, an exploit known as {{< newtabref href="https://en.wikipedia.org/wiki/Clickjacking" title="Click-Jacking" >}}. By default, Mattermost disables embedding. If you choose to embed Mattermost we highly recommend it is done only on a private network that you control.

See {{< newtabref href="https://forum.mattermost.com/t/recipe-embedding-mattermost-in-web-applications-using-an-iframe-unsupported-recipe/10233" title="this recipe" >}} for details.

Expand Down

0 comments on commit ed5a602

Please sign in to comment.