django-jsignature icon indicating copy to clipboard operation
django-jsignature copied to clipboard

HTML jsignature image as URL

Open R3dPuff1n opened this issue 1 year ago • 1 comments

Good Day,

Is it possible to display signature from url in html. As the current method violates csp restrictions.

R3dPuff1n avatar Aug 14 '24 09:08 R3dPuff1n

If the current method violates the CSP restrictions, you must add your own CSP header, see https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP and maybe have a look at django-csp

SebCorbin avatar Aug 18 '24 09:08 SebCorbin