mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Java: Add class for android.webkit.WebSettings.setAllowContentAccess
This commit is contained in:
@@ -78,6 +78,14 @@ class WebViewSetWebViewClientMethod extends Method {
|
||||
}
|
||||
}
|
||||
|
||||
/** The method `setAllowContentAccess` of the class `android.webkit.WebSettings` */
|
||||
class AllowContentAccessMethod extends Method {
|
||||
AllowContentAccessMethod() {
|
||||
this.getDeclaringType() instanceof TypeWebSettings and
|
||||
this.hasName("setAllowContentAccess")
|
||||
}
|
||||
}
|
||||
|
||||
/** The method `shouldOverrideUrlLoading` of the class `android.webkit.WebViewClient`. */
|
||||
class ShouldOverrideUrlLoading extends Method {
|
||||
ShouldOverrideUrlLoading() {
|
||||
|
||||
Reference in New Issue
Block a user