Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Dev0ps's avatar

how to hide JQUERY from using technology in wappalyzer

i am testing phase. and for increasing security, i wanna hide all technologies name from being visible

0 likes
4 replies
ssranjith's avatar

Me also facing same issue. I want to hide from showing versions. How to do?

apinto's avatar

You can't hide jQuery, it is a frontend framework and it is too easy to spot even if you try very hard to hide it.

Regarding the jQuery version, I believe you could hide it but you may face issues with other jQuery packages, also users would still be able to guess the version by using feature detection.

There's a good answer on Stack Overflow: https://stackoverflow.com/questions/48784063/how-to-hide-the-version-of-jquery

pwnkmrsh's avatar

I'm facing same issue, how to hide JQUERY from using technology in wappalyzer

Tray2's avatar

@pwnkmrsh Why do you resurrect a old thread.

You can't hide anything when it comes to the front end, it's all plain text html, javascript and css.

Please or to participate in this conversation.