-
Notifications
You must be signed in to change notification settings - Fork 20
rel=noopener, rel=noreferrer on <a href #150
Copy link
Copy link
Open
Labels
Description
Please describe the problem.
for security reasons we need to add rel=noopener and rel=noreferrer to all links created by themecleanflex components (ignore rich text fields as they should be handled through headwirecom/peregrine-cms#512)
Describe the solution you'd like
whenever we create an <A href="" tag in a component we should make sure the relevant attributes are set correctly
Additional context
We should evaluate if this is best fixed in percli with support in pagerender/vue rather than per component
Reactions are currently unavailable