AusweisApp2
|
Utility class for checking various constraints on URLs. Mehr ...
#include <UrlUtil.h>
Öffentliche, statische Methoden | |
static QUrl | getUrlOrigin (const QUrl &pUrl) |
Determines the URL origin, i.e. Mehr ... | |
static bool | isMatchingSameOriginPolicy (const QUrl &pUrl1, const QUrl &pUrl2) |
Checks whether the same origin policy is satisfied for the two specified URL. Mehr ... | |
static QUrl | addMajorMinor (const QUrl &pUrl, const GlobalStatus &pStatus) |
Append result to URL. Mehr ... | |
Utility class for checking various constraints on URLs.
|
static |
Append result to URL.
|
static |
Determines the URL origin, i.e.
the protocol, host name and port part of the full URL.
|
static |
Checks whether the same origin policy is satisfied for the two specified URL.