Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Square Wheels Posted January 31, 2021 Posted January 31, 2021 Thanks @Paul E., I appreciate you trying, but this is too complicated. Not sure why IPS would remove the version from the footer due to it being a security issue, but then create a file that shows when I updated from every version and what version I am currently on, and make this viewable to all. Why not stick it in the database? Anyhow it's been there for years and my site is still around, I'll just leave it. DamonT 1
SeNioR- Posted April 2, 2021 Posted April 2, 2021 On 1/16/2021 at 8:32 PM, CoffeeCake said: That is pretty cray. Why is that a thing? Does something rely on that file? You can block access to .json files via htaccess <Files "*.json"> Order Deny,Allow Deny from all </Files> or only for "versions.json" <Files "*versions.json"> Order Deny,Allow Deny from all </Files> aia 1
aia Posted April 16, 2021 Posted April 16, 2021 It's still not fixed even in 4.6.x 😞 https://invisioncommunity.com/applications/core/data/versions.jsonhttps://invisioncommunity.com/applications/core/data/theme.xml
aia Posted April 16, 2021 Posted April 16, 2021 (edited) .htaccess rule for all xml and json files: <FilesMatch "\.(xml|json)$"> Order Deny,Allow Deny from all </FilesMatch> Edited April 16, 2021 by Mr 13 SUBRTX and SeNioR- 2
Recommended Posts