We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a953b96 commit 8d821dfCopy full SHA for 8d821df
src/compiler/compile/nodes/Element.ts
@@ -631,7 +631,7 @@ export default class Element extends Node {
631
if (!rel || (!rel_values.includes('noopener') && !rel_values.includes('noreferrer'))) {
632
component.warn(this, {
633
code: 'security-anchor-rel-noopener',
634
- message: `Security: Anchor with "target=_blank" should have rel attribute containing the value "noopener" or "noreferrer"`
+ message: 'Security: Anchor with "target=_blank" should have rel attribute containing the value "noopener" or "noreferrer"'
635
});
636
}
637
0 commit comments