[pull] master from EFForg:master by pull[bot] · Pull Request #596 · CmF1472/https-everywhere

Expand Up @@ -19,11 +19,11 @@ def test_no_redirect_when_disabled(self): self.assertEqual(self.driver.current_url, kittens_url) # not https
def test_httpnowhere_blocks(self): if self.shim.browser_type == 'firefox': raise unittest.SkipTest('broken on firefox') # if self.shim.browser_type == 'firefox': # raise unittest.SkipTest('broken on firefox') href_script = 'return window.location.href;' self.toggle_http_nowhere() self.driver.get(http_url) self.toggle_http_nowhere() self.assertFalse(http_url == self.driver.execute_script(href_script))
def test_http_site_not_blocked(self): Expand Down