]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
Fixing font utilities
[wxWidgets.git] / include / wx / html / htmlpars.h
index 7d1205ae610f8d4728845955a9ddbb4ca4fdd634..0faf78d4ddcb16efbd414b5892da8e6470a8199a 100644 (file)
@@ -48,6 +48,10 @@ public:
 
     wxFileSystem* GetFS() const { return m_FS; }
 
+    // Returns TRUE if the parser is allowed to open given URL (may be forbidden
+    // for security reasons)    
+    virtual bool CanOpenURL(const wxString& url) const { return TRUE; }
+
     // You can simply call this method when you need parsed output.
     // This method does these things:
     // 1. call InitParser(source);