Searched refs:httpsPrefix (Results 1 – 1 of 1) sorted by relevance
35 std::string httpsPrefix = "https://"; in AnonymousUrl() local39 if (encryptUrl.compare(0, httpsPrefix.size(), httpsPrefix) == 0) { in AnonymousUrl()40 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in AnonymousUrl()