(String siteKey, String param)
| 34 | } |
| 35 | |
| 36 | public static String getUrl(String siteKey, String param) { |
| 37 | return "proxy://do=csp&siteKey=" + siteKey + param; |
| 38 | } |
| 39 | |
| 40 | public static String getUrl() { |
| 41 | return getUrl(true); |
no outgoing calls
no test coverage detected