Closed hchiam closed 4 years ago
@eaneatfruit please review the code in this PR. I didn't bother implementing a complete encoding function since it seems the problem is only when displaying HTML, and there should be no problem with URL paths anyways in our case (no fancy parameters being used in the URL). So I only simply replaced the minimal characters for script tags:
>
-> >
<
-> <
Merging for now. Seems to pass Selenium IDE tests.
See issue #96.