Started working on modern policies (from Epiphany)

UI finished, just need to hook it up to the backend.
This commit is contained in:
James Magahern
2021-09-29 18:55:23 -07:00
parent 2e25a303b0
commit 31787f57ae
7 changed files with 377 additions and 100 deletions

View File

@@ -523,7 +523,7 @@ class BrowserViewController: UIViewController
iconView.someScriptsAllowed = scriptsAllowedForHost
iconView.setBlockedScriptsNumber(numBlockedScripts)
iconView.isEnabled = (webView.url != nil)
// iconView.isEnabled = (webView.url != nil)
}
public func createNewTab(withURL url: URL?) {