Searched refs:HTTPS (Results 1 – 1 of 1) sorted by relevance
283 private const val HTTPS = "https://" constant310 if (processed?.startsWith(HTTPS) == true) { // Removes "https://" in processHttpsOrigin()311 processed = processed.substring(HTTPS.length) in processHttpsOrigin()