#63097 closed defect (bug) (invalid)
Remaining "noopener" from function column_author() output
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch has-unit-tests |
Focuses: | administration | Cc: |
Description
Introduced in [52061].
We should remove "noopener" from :
class-wp-comments-list-table.php
Since this was introduced, supported browsers have changed their security policies and no longer allow the opened link to have JavaScript access to the previous tab.
To easily reproduce the issue:
- create a new comment with website url
- In admin on comments page check comment's user website link
- Confirm that the link has a noopener attribute
Attachments (1)
Change History (6)
#2
@
2 months ago
- Summary changed from Remaining "noopener" from function column_author() outpu to Remaining "noopener" from function column_author() output
#3
follow-up:
↓ 4
@
2 months ago
- Component changed from Administration to Comments
- Focuses administration added
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#4
in reply to:
↑ 3
@
2 months ago
Ok !
My bad.
Thank you @sabernhardt
Replying to sabernhardt:
[52007] added the
rel
values with #40916, and #53843 intentionally retained them in this case.
The comment author links do not open in a new tab automatically, so browsers would not follow the
noopener
behavior without specifying it.
This ticket was mentioned in PR #8506 on WordPress/wordpress-develop by @rvouill.
2 months ago
#5
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
noopener attribute in url user comment