#8475 Return 404 on "Awaiting Moderation" Threads

v1.15.0
closed
None
General
2023-09-14
2022-11-02
No

Content on threads that are awaiting moderation should not be indexed by search engines. Return a 404 status code but allow administrators to moderate the content.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2022-11-04
    • checking self.thread.num_replies seems to work well if a comment is deleted or flagged as spam. However it didn't work for me when the comment was still pending. I did this: allow *anonymous to POST, then as anonymous I created a new topic, then that page had status 200 but we'd want 404 then too
    • forgediscussion.tests.functional.test_forum.TestForum.test_anonymous_post needs to be updated to expect status 404. Maybe other tests too, after the above change
     
  • Dave Brondsema

    Dave Brondsema - 2022-11-09
    • status: review --> closed
    • Reviewer: Dave Brondsema
     
  • Guillermo Cruz - 2023-09-14
    • Milestone: unreleased --> v1.15.0
     

Log in to post a comment.