quill icon indicating copy to clipboard operation
quill copied to clipboard

Fix for https://github.com/quilljs/quill/issues/2670

Open rishavag1995 opened this issue 3 years ago • 5 comments

The production build ( published on npmjs ) of quill version 2.0.0-dev.4 contains eval calls which hinders it from being used in projects which do not allow "unsafe-eval" in their Content-Security-Policy. Switching to cheap-module-source-map removes the eval calls.

rishavag1995 avatar Jun 01 '21 13:06 rishavag1995

Please release the v2.0.0-dev.4.

harleenarora avatar Jun 24 '21 10:06 harleenarora

@jhchen Please merge this one. It's important for security reason.

Ne4istb avatar Feb 12 '22 23:02 Ne4istb

Bump

sfrendpax8 avatar Mar 25 '22 16:03 sfrendpax8

@jhchen another bump

stephencarico avatar Apr 01 '22 16:04 stephencarico

Is there a reason as to why this shouldn't be merged?

ghost avatar Jul 15 '22 23:07 ghost

Is there by any chance a npm package where this is fixed?

tomaszonabend avatar Feb 06 '23 09:02 tomaszonabend

This is fixed in v2.0.0-beta.0. Feel free to let me know if there are any issues.

luin avatar Dec 08 '23 12:12 luin