~lemonboy/capnet-assist/ssl-status

« back to all changes in this revision

Viewing changes to src/CaptiveLogin.vala

  • Committer: LemonBoy
  • Date: 2015-10-26 00:37:04 UTC
  • Revision ID: thatlemon@gmail.com-20151026003704-705q80qitxsswqxz
Revert to the http scheme for DUMMY_URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
public class ValaBrowser : Gtk.Window {
21
21
 
22
22
    private const string TITLE = "Log in";
23
 
    private const string DUMMY_URL = "https://elementary.io";
 
23
    private const string DUMMY_URL = "http://elementary.io";
24
24
    
25
25
    private WebKit.WebView web_view;
26
26
    private Gtk.ToggleButton tls_button;