angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
372 stars 123 forks source link

SimpleHtml should allow target with rel="noreferrer" #455

Open ryanhaining opened 4 years ago

ryanhaining commented 4 years ago

The docs say

The target attribute is permitted provided rel="noopener" is set.

simple-html should also permit target with rel="noreferrer", since noreferrer implies noopener