mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2778 from overleaf/jlm-update-domain-blocklist
Add domains to blocklist GitOrigin-RevId: 3ab156967afed37de73ab30042f1bc2f279477ff
This commit is contained in:
parent
5d7fd2a9d8
commit
b1c3572b3c
1 changed files with 6 additions and 1 deletions
|
@ -391,7 +391,12 @@ define(['../../../base'], function(App) {
|
|||
'qq',
|
||||
'o2',
|
||||
'libero',
|
||||
'126'
|
||||
'126',
|
||||
'protonmail',
|
||||
'yandex',
|
||||
'yeah',
|
||||
'web',
|
||||
'foxmail'
|
||||
]
|
||||
|
||||
for (let domain of commonDomains) {
|
||||
|
|
Loading…
Reference in a new issue