Financial-Times / origami

The Origami Component System
52 stars 14 forks source link

fix!: ci-2234 coral illegal comments url #1689

Closed debugwand closed 3 weeks ago

debugwand commented 1 month ago

Describe your changes

DSA compliance.

The Coral link to report illegal comments works by reopening the same page in a new window, with some added query string items. However, if someone is a first-click free user this will result in the barrier page loading instead. This means that anonymous users can't use the tool to report illegal comments, which is a condition of the DSA.

This change intercepts the clicks on this link, alters the path to a route that is not behind the paywall, then opens that url in a new window.

Issue ticket number and link

https://financialtimes.atlassian.net/jira/software/c/projects/CI/boards/1653?assignee=5be57e310e625003a46e9693&selectedIssue=CI-2234

Link to Figma designs

N/A

Checklist before requesting a review

notlee commented 3 weeks ago

Thanks @debugwand, looks good to me! One last thing, do you intent to make this a major release? If so could you please update the migration table in the readme?

debugwand commented 3 weeks ago

Thanks @debugwand, looks good to me! One last thing, do you intent to make this a major release? If so could you please update the migration table in the readme?

ah sorry, missed that bit. yes I think it needs a major release. have updated both readme and migration files