Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 7ee03e4

Browse files
authored
Merge pull request #294 from hubert-deriv/HOTFIX_whitelist_links
Hubert / fixing issue with URL whitelist
2 parents 7d39ec6 + 62b27e7 commit 7ee03e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data-stores/domains.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const domains = [
22
'deriv.com',
3-
'deriv.me',
4-
'deriv.be',
3+
'api.deriv.me',
4+
'api.deriv.be',
55
'api.deriv.com',
66
'staging.deriv.be',
77
'localhost',

0 commit comments

Comments
 (0)