Konstantin Komelin

Results 129 comments of Konstantin Komelin

That's great news @JeremyGuinn. Thanks for sharing the working solution! My guess is you only need the proposed customization of the Webpack config for the server side (@angular-builders/custom-webpack:server). But I...

Hi @shishkin , Thank you for your suggestion. It makes sense. The `isomorhic-unfetch` uses [microbundle](https://github.com/developit/microbundle) for this purpose, like this: ```json // package.json { "build": "microbundle src/index.mjs -f cjs,esm,umd &&...

Thank you @shishkin for experimenting with this. If adding new formats doesn't help, there is no much I can help with. Let's keep this issue open in case anyone else...

Hey @wSedlacek , Thanks for reporting this issue. Would you like to work on a solution?

Great news @wSedlacek. We've recently switched to `typeof window !== 'undefined'` https://github.com/kkomelin/isomorphic-dompurify/releases/tag/v2.0.0 for the server-side version, so I think it would be ideal if we could use the same for...

Thanks for reporting it @lucamerighi ! Can you provide the full code sample with `DOMPurify.sanitize()` parameters? Did you try [2.7.0](https://github.com/kkomelin/isomorphic-dompurify/releases/tag/v2.7.0) ? Because `isomorphic-dompurify` is just a wrapper around `dompurify`, it...

@lucamerighi Thanks. For XHTML, can you use self-closing tags like this ``?

@lucamerighi Well, it's definitely a question/issue for `dompurify` developers. I'm afraid I'm not very familiar with internal stuff, so I can't help here. And I should not suggest switching to...

According to the dompurify maintainer, the behavior is by design https://github.com/cure53/DOMPurify/issues/938#issuecomment-2048995982 , so I'm closing this issue too.

@ashraf-gemini The library you're using in the provided code example `@appbaseio/reactivesearch-vue` depends on a previous version of `isomorphic-dompurify` (^1.12.0). Please ask its developers to update `isomorphic-dompurify` to the latest. Hope...