-
Notifications
You must be signed in to change notification settings - Fork 132
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
Comments
Press 'resetOptions' and try again. Or clear your local storage on this site. |
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. |
Upd: i know the reason of this bug. Will update the web-ui in 5 minutes. |
Should be fixed now, just reload the page and your |
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
The text was updated successfully, but these errors were encountered: