replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Avoid usage of eval() to comply with strict CSP

Open olivierkaisin opened this issue 4 years ago • 2 comments

At the moment Replicator is breaking javascript bundles in environments where a strict Content Security Policy prevents use of eval().

The following changes fix that issue by using another method for retrieving the global object.

olivierkaisin avatar Nov 27 '20 13:11 olivierkaisin

@inikulin Can you merge this please? Really needed.

jeffRTC avatar Nov 07 '21 14:11 jeffRTC

@AndreyBelym Maybe you can perhaps?

jeffRTC avatar Nov 07 '21 14:11 jeffRTC