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