Hi @charlie!
Pro offers a convenient option to check the ‘New tab’ checkbox for links, which is great. However, it doesn’t automatically include rel='noopener'
, resulting in unsafe cross-origin links. While we can add this manually through Custom Attributes, it would be far more efficient and secure if rel='noopener'
were included by default.
Alternatively, a pre-checked ‘noopener’ checkbox could be conditionally displayed whenever ‘New tab’ is selected. That said, I believe the use case for _blank
without noopener
is extremely rare on WordPress pages, making the default inclusion of noopener
the better solution.
Thank you!