Artificial intelligent assistant

How to stop captive-long in Elementary OS Freya? I have a small problem with Elementary OS 0.3 (Freya). Whenever I connect to the network, an application `captive-login` used to run. I removed that application by deleting the executable. Now whenever I connect to the network, google chrome opens 4 tabs - all going to start.elementaryos.org . How can I prevent google chrome from opening these tabs, or remove captive-login in a way that won't cause this?

You can stop "captive-login" with the following steps:

1. First delete `sudo rm /usr/bin/captive-login` or make backup.
2. Create a new captive login executable: `sudo nano /usr/bin/captive-login`
3. Write the following:

#!/bin/bash
exit 0


4. Permissions for the new `captive-login` executable: `chmod 777 /usr/bin/captive-login`




These steps work for me, I don't know if this bug is already solved.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 82a9d9d02c0d1c1291a0394c72b4dbe0