Skip to content

Commit

Permalink
Update test page URL and remove unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
jduck committed Feb 22, 2014
1 parent 2173a97 commit b328de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/org/droidsec/vulnwebview/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void onClick(View v) {
myWebView.addJavascriptInterface(new WebAppInterface(this), "Android");

// woot.
myWebView.loadUrl("http://droidsec.org/addjsif.html");
myWebView.loadUrl("http://www.droidsec.org/tests/addjsif/");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/org/droidsec/vulnwebview/WebAppInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class WebAppInterface {
Context mContext;
private String mWTF = "lolz";
//private String mWTF = "lolz";

/** Instantiate the interface and set the context */
WebAppInterface(Context c) {
Expand Down

0 comments on commit b328de2

Please sign in to comment.