Skip to content

Commit

Permalink
feat: use 'allowlist' naming, add Typeform
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Sep 22, 2023
1 parent 6c564ff commit e79f53a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/whiteListed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const whiteList = [
'https://www.comicrelief.com',
'https://www.sportrelief.com',
'https://app.beapplied.com/org/comic-relief',
'stories.comicrelief.com'
'stories.comicrelief.com',
'https://form.typeform.com'
];

const whiteListed = url => {
Expand Down

0 comments on commit e79f53a

Please sign in to comment.