Browse Source
Merge pull request #738 from ntimo/task/add-netcup-global-domains
Added netcup domains to global domains
pull/755/head
Daniel García
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
src/static/global_domains.json
|
@ -766,5 +766,14 @@ |
|
|
"askubuntu.com" |
|
|
"askubuntu.com" |
|
|
], |
|
|
], |
|
|
"Excluded": false |
|
|
"Excluded": false |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"Type": 75, |
|
|
|
|
|
"Domains": [ |
|
|
|
|
|
"netcup.de", |
|
|
|
|
|
"netcup.eu", |
|
|
|
|
|
"customercontrolpanel.de" |
|
|
|
|
|
], |
|
|
|
|
|
"Excluded": false |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|