You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a rel prop on Image.Browser.Props where you can define a rel="noopener" or rel="noreferrer" to avoid Lighthouse's best practice errors.
Example:
It would be great to do something like this:
but avoiding the Lighthouse's error Add rel="noopener" or rel="noreferrer" to any external...
Feature request 🚀
It would be nice to have a
rel
prop on Image.Browser.Props where you can define arel="noopener"
orrel="noreferrer"
to avoid Lighthouse's best practice errors.Example:
It would be great to do something like this:
but avoiding the Lighthouse's error
Add rel="noopener" or rel="noreferrer" to any external...
Maybe with something like this:
or doing it by default, because the
Image.Browser
has aThe text was updated successfully, but these errors were encountered: