mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
12 lines
472 B
Markdown
12 lines
472 B
Markdown
|
---
|
||
|
title: "Proxy"
|
||
|
---
|
||
|
|
||
|
html2canvas does not get around content policy restrictions set by your browser. Drawing images that reside outside of
|
||
|
the origin of the current page taint the canvas that they are drawn upon. If the canvas gets tainted,
|
||
|
it cannot be read anymore. If you wish to load images that reside outside of your pages origin, you can use a proxy to load the images.
|
||
|
|
||
|
# Available proxies
|
||
|
|
||
|
- [node.js](https://github.com/niklasvh/html2canvas-proxy-nodejs)
|