[wp-trac] [WordPress Trac] #61482: WordPress is adding rel="noopener" to code in normal texteditor

WordPress Trac noreply at wordpress.org
Sun Jun 23 13:54:27 UTC 2024


#61482: WordPress is adding rel="noopener" to code in normal texteditor
--------------------------+------------------------------
 Reporter:  neo2k23       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by neo2k23):

 That does not work as replied before.  Default allow_unsafe_link_target is
 already set to false.

 It should be set to true to disable it.

 $init['allow_unsafe_link_target'] = false;

 The main problem here is that the formatting within as shortcode on save
 content should not take place.  The formatting should take place as the
 code executes in the frontend.

 I still believe this is a kind of a bug.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61482#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list