You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/email-security-dns-check/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ This asset uses a rest API to make it possible to show the geo-locations of the
9
9
The requests to ip-api.com are done in a anonymous way. The privacy policy at ip-api.com mentions that they do not track or analyse access or use in any manner. No cookies are placed during use.
10
10
11
11
To protect and rate-limit the API the network IP address of the client is stored in memory (RAM) for up to 1 minute.
12
-
Any other information provided is discarded after the request is answered. Requests are not logged.
12
+
Any other information provided is discarded after the request is answered. Requests are not logged.
13
+
The usage of the ip-api.com rest API is free for non-commercial use.
13
14
14
15
For more detail on the privacy policy, please visit [https://ip-api.com/privacy](https://ip-api.com/privacy).
0 commit comments