Opened 10 months ago
Closed 10 months ago
#3648 closed task (blessed) (fixed)
Convert bbp_redirect_canonical into its own sub-action
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.2 |
| Component: | API - Actions/Filters | Keywords: | commit |
| Cc: |
Description
Currently, bbp_redirect_canonical() is hooked into redirect_canonical and encapsulates a few different cases when redirections should be prevented.
As more of these cases are introduced, it would be nice for them to be hooked in more atomically, so that they can be customized and improved individually.
(I'm researching a potential security concern that was reported to the bbPress team via HackerOne, and it revealed some potential to improve this API before hand.)
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 7348: