We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior: No issue with using URLSearchParams.append()
URLSearchParams.append()
Actual behavior: The following warning:
Any HTML passed to `append` gets executed. Make sure it's properly escaped.
It seems that VIPCS assumes .append() means jQuery.append()
.append()
jQuery.append()
var params = new URLSearchParams(); params.append('name', 'value');
WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
master
develop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
Expected behavior: No issue with using
URLSearchParams.append()
Actual behavior: The following warning:
It seems that VIPCS assumes
.append()
meansjQuery.append()
Minimal Code Snippet
Error Code
WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
Environment
Tested Against
master
branch?master
branch of VIPCS.develop
branch of VIPCS.The text was updated successfully, but these errors were encountered: