Script origins control inline policy, all scripts allowed for tab

This commit is contained in:
James Magahern
2020-07-29 17:46:53 -07:00
parent f330293606
commit 32cdcf71f7
14 changed files with 301 additions and 57 deletions

View File

@@ -41,10 +41,6 @@ class ScriptControllerIconView: UIButton
setNeedsLayout()
}
override func sizeThatFits(_ size: CGSize) -> CGSize {
return CGSize(width: 44.0, height: 44.0)
}
override func layoutSubviews() {
super.layoutSubviews()