CSP Safe Mode Enabled Support #2119
Replies: 1 comment
-
|
@azizabbas thanks for the request! This sounds more like an issue to me, so I'm going to close this feature request. Can you please open an issue? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Flux UI generates inline Alpine.js with let statements (like let input = $el.closest(...)), which CSP-safe mode doesn't support.
This means we cannot have CSP Safe mode enabled in our livewire config if we are to use Flux UI at full, like using clear button to clear input and related.
This must be considered in future releases of Flux and maybe there is a workaround to fix this.
Currenly, we have to use AlpineJS with Javascript to achieve all that if we want to have CSP Safe mode enabled.
Beta Was this translation helpful? Give feedback.
All reactions