-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impr(docs): added security info in demo and readme
- Loading branch information
1 parent
251455b
commit 9adef37
Showing
6 changed files
with
2,985 additions
and
5,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,6 +187,9 @@ You can remove a listener added by `on` with this method. | |
|
||
## `<iframe>` authorizations | ||
|
||
> **Notice Regarding Iframing Authorization:** for *security* purpose, we are now whitelisting domains that are iframing us. If you are a customer, please contact [support](https://support.aircall.io/) in order to whitelist your requested domain(s).<br> | ||
If you are a *partner* creating an integration, you can ask for permission using [email protected]. | ||
|
||
Please be aware that `aircall-everywhere` will generate an iframe with following `allow` attributes. | ||
|
||
```html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -308,7 +308,7 @@ pre { | |
} | ||
|
||
// specific stuff | ||
#installation { | ||
#iframing-authorization { | ||
padding-top: 40px; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,16 @@ <h1>Aircall Everywhere SDK</h1> | |
</div> | ||
|
||
<div class="container"> | ||
<h2 id="installation">Installation</h2> | ||
<h2 id="iframing-authorization">Iframing Authorization</h2> | ||
|
||
<div class="row"> | ||
<p> | ||
For security purposes, we are now whitelisting domains that use Aircall Everywhere SDK. If you are a customer, please contact <a href="https://support.aircall.io/">Aircall Support</a>.<br> | ||
If you are a partner creating an integration, you can ask for permission using [email protected]. | ||
</p> | ||
</div> | ||
|
||
<h2>Installation</h2> | ||
|
||
<div class="row"> | ||
<div class="left"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.