Privacy

 

ISL Pronto guesses several information about the web site visitors like current page, previous page, geographic location, web browser, etc. This information might reveal too much about the visitors, so to protect the privacy of clients, use parameter security=all:

<script type="text/javascript" src="http://islpronto.islonline.net/live/islpronto/public/chat.js?d=XXXDOMAINXXX&security=all"></script>

To customize the level of information, that is revealed to supports, use the following parameters joined with comma ",":

  • browser - client's web browser
  • ip - client's IP address, reverse DNS and internal IP address
  • current_page - client's current web page
  • previous_page - client's previous web page
  • pages - same as current_page and previous_page combined
  • location - geographic location 

Example:

<script type="text/javascript" src="http://islpronto.islonline.net/live/islpronto/public/chat.js?d=XXXDOMAINXXX&security=pages,ip"></script>

Was this article helpful?