Skip to content

Commit

Permalink
VOTE-3309 Add CISA link to excluded links list (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiraMSadat authored Jan 16, 2025
1 parent 456aa76 commit 08f4d93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const excludedLinks = [
'https://voterregistration.ct.gov/OLVR/welcome.do?ref=voteusa_es',
'https://voterregistration.ct.gov/OLVR/welcome.do',
'https://www.ncsl.org/elections-and-campaigns/voter-id#toggleContent-15991',
'https://www.fcc.gov/trs'
'https://www.fcc.gov/trs',
'https://www.cisa.gov/topics/election-security'
];

describe("External Link Validator Test", () => {
Expand Down

0 comments on commit 08f4d93

Please sign in to comment.