-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from internetee/remove-unused-json-key
Remove unused JSON key
- Loading branch information
Showing
2 changed files
with
0 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,20 +77,6 @@ def create_legal_person_record | |
changed: "2018-04-25T14:10:41+03:00", | ||
delete: nil, | ||
disclaimer: "The information obtained through .ee WHOIS is subject to database protection according to the Estonian Copyright Act and international conventions. All rights are reserved to Estonian Internet Foundation. Search results may not be used for commercial,advertising, recompilation, repackaging, redistribution, reuse, obscuring or other similar activities. Downloading of information about domain names for the creation of your own database is not permitted. If any of the information from .ee WHOIS is transferred to a third party, it must be done in its entirety. This server must not be used as a backend for a search engine.", | ||
disclosed: [ | ||
[ | ||
"email", | ||
"[email protected]" | ||
], | ||
[ | ||
"email", | ||
"[email protected]" | ||
], | ||
[ | ||
"email", | ||
"[email protected]" | ||
] | ||
], | ||
dnssec_changed: nil, | ||
dnssec_keys: [ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,20 +75,6 @@ def create_private_person_record | |
changed: "2018-04-25T14:10:41+03:00", | ||
delete: nil, | ||
disclaimer: "The information obtained through .ee WHOIS is subject to database protection according to the Estonian Copyright Act and international conventions. All rights are reserved to Estonian Internet Foundation. Search results may not be used for commercial,advertising, recompilation, repackaging, redistribution, reuse, obscuring or other similar activities. Downloading of information about domain names for the creation of your own database is not permitted. If any of the information from .ee WHOIS is transferred to a third party, it must be done in its entirety. This server must not be used as a backend for a search engine.", | ||
disclosed: [ | ||
[ | ||
"email", | ||
"[email protected]" | ||
], | ||
[ | ||
"email", | ||
"[email protected]" | ||
], | ||
[ | ||
"email", | ||
"[email protected]" | ||
] | ||
], | ||
dnssec_changed: nil, | ||
dnssec_keys: [ | ||
|
||
|