This is not regarding Ghost, but about web developing. There is a browser extention that called as Wappalyzer. It shows every technology that we have used to crate our website.
Are there anyone who knows how to hide all of them from the Wappalyzer?
Recently they have done a data breach also. If someone knows how to hide everything from it, please guide us. This request is on behalf of every Ghostian.
Cc: @DavidDarnes
A data breach on Wappalyzer won’t affect your site. It’s a browser extension that reads public data on your site. The data breach was on their own platform.
1 Like
Anyway, I want to hide the JS framework that I have used. How to do that bro?
I can’t help you unless you share the site you want to hide it from. Even then it’s a pointless task as all frameworks have their own “hints” which are fairly easy to notice
It can be difficult to hide the tech from wappalyzer i know that plugin very well it even has a command line version. Here is some few methods that I use to hide my site(Nmmapper). The methods are not bullet proof, but the work in hiding javascript frameworks.
- Minify your site html
- Combine your staticfiles(JS) and Minify them
- Combine your staticfiles(CSS) and minity them
- You can use cloud-flare and choose to minify your html also.
The above have worked in hiding at-least some few.
1 Like