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://pronto.isl.example.com/live/islpronto/public/chat.js?d=default&security=all"></script>

To customize the level of information, that is not revealed to supporters, 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://pronto.isl.example.com/live/islpronto/public/chat.js?d=default&security=pages,ip"></script>

 

Note: This page applies to server module ISL Pronto 1.0.4dev7 and newer.

 

Was this article helpful?