WebStyle: fix client ip retrieval when using proxy
- When X-FORWARDED-FOR header is present, take as remote address of the client the first address that is a well-formed IP address. (Skips 'unknown'.)
- If none of the addresses in the list are well-formed, a default client IP adress of 10.0.0.10 is returned.