Writing JS into the PG description is rejected | Community
Skip to main content
November 24, 2016
Question

Writing JS into the PG description is rejected

  • November 24, 2016
  • 1 reply
  • 1376 views

Hi all

When I write to JS tag sample into my program description,

this error message is shown. I have admin privileges.

On the other hand, I can write HTML sample into it.

JS injection?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
November 24, 2016

Probably XSS protection kicking in. The error is from the server after scanning the input. The textbox doesn't render HTML anyway, so not sure what you're trying to get out of it....

November 24, 2016

Hi @Sanford Whiteman​

I found a workaround to XSS protection.

Change '<' to other char.

SanfordWhiteman
Level 10
November 24, 2016

Makes sense.