Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64 decode conflict #13

Open
rikwillems opened this issue Feb 12, 2025 · 0 comments
Open

Base64 decode conflict #13

rikwillems opened this issue Feb 12, 2025 · 0 comments

Comments

@rikwillems
Copy link

This module conflicts with other modules that work on base64 encoded widget data. In my project I also base64 encode/decode widgets to add RTE and nested widgets.

This patch fixes the conflict: patch_incorrect_decode_of_value.patch

Your decoder checks for the encodedComponentsData prefix on the whole widget configuration and not on the start of the attribute value. Fix this increases compatibility with other modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant