Moved status & HSTS come back
-
Hi! I recently think about one new option in nodebb that you can add.
It is about moved status for thread, it very cool feature but sometimes we need remove that as administrator / moderator (for selected topic).In addition, it is worth thinking about HSTS (mention by @RefinedSoftware ~ 26 Nov 2013).
Sorry for my english....
-
@tpk can you explain a little more what you mean by "moved status for thread"?
Also, HSTS should be handled by your reverse proxy, be that nginx or something else.
-
Yes, something like this:
HSTS working, I check my forum headers but no with preload option (maybe add switch):
https://hstspreload.org/ -
@tpk you can hide the moved status for all of the topics with custom CSS.
-
@tpk you can do it based on category, too.
-
@tpk as for HSTS, are you using a reverse proxy?
-
@pitaj I use nginx but I don't know what configuration it is (this is shared hosting ~ mydevil.net).
However, I can change the headers in .htaccess (wherever it is in node js app hierarchy).It is about a new function for moderators / administrators, which allows you to remove the status ("moved") for each topic, no css edit in NodeBB.
-
@tpk if you want to request a new feature, you can do that on GitHub
If you're using htaccess then HSTS setup night be configured with some help of this StackOverflow Q&A: https://stackoverflow.com/questions/24144552/how-to-set-hsts-header-from-htaccess-only-on-https
Make sure to look at all the answers.