Opened 4 years ago
Closed 4 years ago
#50365 closed defect (bug) (duplicate)
Using Next Page on the Users Admin panel changes domain
Reported by: | lonevvolf | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | |
Focuses: | ui, administration, privacy | Cc: |
Description
The link generated for the paging controls on the Users search control panel is inserting the installation's internal domain name instead of generating relative links. This is an issue where the installation is hosted behind a reverse proxy, and generates invalid links. It also reveals the internal hostname of the application, which can be considered a security risk.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hello @jschodermedikura, thanks for the report!
We're already tracking this issue in #36201.
Note that you can configure/override
$_SERVER['HTTP_HOST']
with any domain inwp-config.php
.