summaryrefslogtreecommitdiff
path: root/src/MySock.h
diff options
context:
space:
mode:
authorketsuban_152 <webmaster@dangofacotry.net>2026-08-09 12:26:17 +0900
committerketsuban_152 <webmaster@dangofacotry.net>2026-08-09 12:26:17 +0900
commit6cc8243218edbee7a56a17f4f2513edfcf350738 (patch)
tree07d4ba61281184a3d25ddd93c6fefc3eba309c73 /src/MySock.h
parent3d0a7e4adce1e050e309d90d1ee73ff784b704df (diff)
downloaddwgo-6cc8243218edbee7a56a17f4f2513edfcf350738.tar.gz
dwgo-6cc8243218edbee7a56a17f4f2513edfcf350738.tar.bz2
dwgo-6cc8243218edbee7a56a17f4f2513edfcf350738.zip
modified: src/MySock.cpp
modified: src/MySock.h modified: src/localtemp.cpp modified: src/localtemp.h
Diffstat (limited to 'src/MySock.h')
-rw-r--r--src/MySock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MySock.h b/src/MySock.h
index 4001429..a2066a5 100644
--- a/src/MySock.h
+++ b/src/MySock.h
@@ -61,6 +61,7 @@ private:
string https_uri;
void MakeConnection (string server, int port);
+ bool is_safe_url(const string &url);
HTTP_Request *GetHTTPDataViaExternalFetch();
};