As tiitle, how to remove Discourse Meta Tag Generator when I right click to view source.
Thanks!
1 Like
This is not configurable, what exactly are you trying to remove and why?
1 Like
Discourse currently adds a <meta name="generator">
tag to every page which includes the exact version of Discourse installed down to the git commit hash. This is a potential security hazard because it very clearly broadcasts what software and what specific version is installed, meaning if a zero-day exploit comes out or anyone lags behind in their updates for various legitimate reasons, they are broadcasting their vulnerability.
It would be nice to be able to suppress this tag via admin configuration.
2 Likes
Already covered at some length in
And
https://meta.discourse.org/t/make-it-possible-to-hide-version-number-from-page-source/6209
2 Likes