ui: dissallow taint for clickmap thumbnails
This commit is contained in:
parent
2465029a6c
commit
6c7880efbc
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ export const renderClickmapThumbnail = () => {
|
|||
return html2canvas(
|
||||
element,
|
||||
{
|
||||
allowTaint: false,
|
||||
logging: true,
|
||||
scale: 1,
|
||||
// allowTaint: true,
|
||||
useCORS: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue