Tobias Smolka
Tobias Smolka
This could be achieved by adding support for [Subresource Integrity](https://www.w3.org/TR/SRI/) to script.js
@maximtop , do you have an update regarding the issue? Any timelines for the fix? This is still affecting large number of our customers. Thank you.
Hello @maximtop , just checking, any update since the last time? We would greatly appreciate if this could be picked up soon, issue still affects large number of our users....
Hi, any progress here, is this blocked on something? We are missing relative selectors (e.g. `:has( > Identifier)`) in [ESLint](https://eslint.org/docs/developer-guide/selectors) and believe this would fix that. Anything we can help...
@shicks , can you please take another look? Do you think this would be backwards-compatible? I ended up introducing `setterType` as I could not find a way to do what...
@shhnjk , what about this fix - https://github.com/niklasvh/html2canvas/commit/ac3e5faafeb9ff359f3e8a0a583cded12fc9df0e - so that we avoid maintaining TT policy? Thanks.
@shhnjk , from my tests it works well with `name`, `publicId` and `systemId` (https://dom.spec.whatwg.org/#concept-doctype). I don't think it works with `internalSubset` in newer browsers but that's expected as this property...
@dimsemenov , will this help? - Element.innerHTML = '' - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/photoswipe.js#L344 - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/slide/slide.js#L82 - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/slide/slide.js#L95 - refactoring - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/slide/content/image.js#L125 - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/ui/counter-indicator.js#L6 - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/slide/slide.js#L196 - refactoring or sanitization - https://github.com/dimsemenov/PhotoSwipe/blob/a39f9523fc84991403830d82e7522ea81e2a9df7/src/js/slide/content/content.js#L39 -...
@dimsemenov , any update regarding this feature request? Thanks.
Hello @maximtop , any update since the last time? Thank you.