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

Incorrect CEF extension parsing #69

Open
Varstahl opened this issue May 18, 2019 · 0 comments
Open

Incorrect CEF extension parsing #69

Varstahl opened this issue May 18, 2019 · 0 comments

Comments

@Varstahl
Copy link

As specified in the CEF, new lines in the extension must be encoded as the literal \n or \r. Upon receiving these, instead of converting them in LF or CR, the plugin further encodes the backslash rendering it \\n. If instead of encoding the new line you send it as is, the plugin treats is correctly, which is also wrong since the message should be invalid.

As for the version, current release on a fresh install with stock settings.

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