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

https://obfuscator.io/ UI broken #53

Closed
robly opened this issue Sep 3, 2020 · 4 comments
Closed

https://obfuscator.io/ UI broken #53

robly opened this issue Sep 3, 2020 · 4 comments

Comments

@robly
Copy link

robly commented Sep 3, 2020

It looks like the drop down for 'String Array Encoding' was changed and is now broken.

Here is a screen shot and error message.

ReferenceError: Validation failed. errors:
stringArrayEncoding errors:
- each value in stringArrayEncoding must be one of the following values: none,base64,rc4

2020-09-03_15-16-17

@sanex3339
Copy link
Member

Press 'resetOptions' and try again. Or clear your local storage on this site.

@sanex3339
Copy link
Member

sanex3339 commented Sep 4, 2020

Also before it, please past here the options that are stored inside your localStorage on this site.

In the latest version this option type was changed from the single string to the array of strings. But because all options are stored inside localStorage seems something goes wrong. I added sanitizer that converts the value, that are inserted from the localStorage, from the string to the array. But looks like i missed to cover some cases.

@sanex3339
Copy link
Member

Upd: i know the reason of this bug. Will update the web-ui in 5 minutes.

@sanex3339
Copy link
Member

Should be fixed now, just reload the page and your stringArrayOption will be reset to the default value none.
Reopen this issue if this bug still exists.

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

2 participants