Cleanup excess code and gURLProtocolWhitelist, add isWhitelistedProtocol()
# Conflicts: # indra/llwindow/llwindowmacosx.cpp # indra/llwindow/llwindowsdl2.cpp
This commit is contained in:
@@ -290,11 +290,7 @@ public:
|
||||
//
|
||||
extern BOOL gDebugWindowProc;
|
||||
|
||||
// Protocols, like "http" and "https" we support in URLs
|
||||
extern const S32 gURLProtocolWhitelistCount;
|
||||
extern const std::string gURLProtocolWhitelist[];
|
||||
//extern const std::string gURLProtocolWhitelistHandler[];
|
||||
|
||||
bool isWhitelistedProtocol(const std::string& escaped_url);
|
||||
void simpleEscapeString ( std::string& stringIn );
|
||||
|
||||
#endif // _LL_window_h_
|
||||
|
||||
Reference in New Issue
Block a user