Opened 2 years ago
Last modified 2 years ago
#53847 assigned defect (bug)
Removed 'noreferrer' relationship In JS file.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch needs-testing close |
Focuses: | javascript, administration | Cc: |
Description
remove "noreferrer" in js Files and add "noopener"
Attachments (1)
Change History (5)
#3
follow-up:
↓ 4
@
2 years ago
- Keywords close added
Hi there, thanks for the patch!
Just noting that both CodeMirror and TinyMCE are external libraries, any suggested changes should be submitted upstream:
It is possible that the changes are already made upstream and will eventually be merged to WordPress as part of tickets #47218 and #48456.
Also, minified files generally should not be patched manually, they are auto-generated as part of build processes.
#4
in reply to:
↑ 3
@
2 years ago
Yes. We don't change external libraries. Let's close this.
Replying to SergeyBiryukov:
Hi there, thanks for the patch!
Just noting that both CodeMirror and TinyMCE are external libraries, any suggested changes should be submitted upstream:
It is possible that the changes are already made upstream and will eventually be merged to WordPress as part of tickets #47218 and #48456.
Also, minified files generally should not be patched manually, they are auto-generated as part of build processes.
removed 'noreferrer' and added 'noopener'. let me know if any changes :)