diff --git a/include/allxpstr.h b/include/allxpstr.h index 5997be262ef..289d37beace 100644 --- a/include/allxpstr.h +++ b/include/allxpstr.h @@ -7502,16 +7502,14 @@ ResDef(MK_ACCESS_VALUE, XP_MSG_BASE + 1341, "Value:") ResDef(MK_ACCESS_HOST, XP_MSG_BASE + 1342, "Host:") -ResDef(MK_ACCESS_SEND_TO_HOST, XP_MSG_BASE + 1343, - "Send to host:") -ResDef(MK_ACCESS_IS_DOMAIN, XP_MSG_BASE + 1344, - "any host in the domain from the host above") -ResDef(MK_ACCESS_IS_NOT_DOMAIN, XP_MSG_BASE + 1345, - "the above fully qualified host only") -ResDef(MK_ACCESS_SEND_TO_PATH, XP_MSG_BASE + 1346, - "Send to path:") -ResDef(MK_ACCESS_AND_BELOW, XP_MSG_BASE + 1347, - " (and below)") +ResDef(MK_ACCESS_DOMAIN, XP_MSG_BASE + 1343, + "Domain:") +ResDef(MK_ACCESS_PATH, XP_MSG_BASE + 1344, + "Path:") +ResDef(MK_ACCESS_YES, XP_MSG_BASE + 1345, + "Yes") +ResDef(MK_ACCESS_NO, XP_MSG_BASE + 1346, + "No") ResDef(MK_ACCESS_SECURE, XP_MSG_BASE + 1348, "Secure:") ResDef(MK_ACCESS_EXPIRES, XP_MSG_BASE + 1349, diff --git a/include/allxpstr.rc b/include/allxpstr.rc index 5997be262ef..289d37beace 100644 --- a/include/allxpstr.rc +++ b/include/allxpstr.rc @@ -7502,16 +7502,14 @@ ResDef(MK_ACCESS_VALUE, XP_MSG_BASE + 1341, "Value:") ResDef(MK_ACCESS_HOST, XP_MSG_BASE + 1342, "Host:") -ResDef(MK_ACCESS_SEND_TO_HOST, XP_MSG_BASE + 1343, - "Send to host:") -ResDef(MK_ACCESS_IS_DOMAIN, XP_MSG_BASE + 1344, - "any host in the domain from the host above") -ResDef(MK_ACCESS_IS_NOT_DOMAIN, XP_MSG_BASE + 1345, - "the above fully qualified host only") -ResDef(MK_ACCESS_SEND_TO_PATH, XP_MSG_BASE + 1346, - "Send to path:") -ResDef(MK_ACCESS_AND_BELOW, XP_MSG_BASE + 1347, - " (and below)") +ResDef(MK_ACCESS_DOMAIN, XP_MSG_BASE + 1343, + "Domain:") +ResDef(MK_ACCESS_PATH, XP_MSG_BASE + 1344, + "Path:") +ResDef(MK_ACCESS_YES, XP_MSG_BASE + 1345, + "Yes") +ResDef(MK_ACCESS_NO, XP_MSG_BASE + 1346, + "No") ResDef(MK_ACCESS_SECURE, XP_MSG_BASE + 1348, "Secure:") ResDef(MK_ACCESS_EXPIRES, XP_MSG_BASE + 1349, diff --git a/network/protocol/http/mkaccess.c b/network/protocol/http/mkaccess.c index b1720c8ee50..17ee4e7a2a9 100644 --- a/network/protocol/http/mkaccess.c +++ b/network/protocol/http/mkaccess.c @@ -87,11 +87,10 @@ extern int MK_ACCESS_NO_COOKIES; extern int MK_ACCESS_NAME; extern int MK_ACCESS_VALUE; extern int MK_ACCESS_HOST; -extern int MK_ACCESS_SEND_TO_HOST; -extern int MK_ACCESS_IS_DOMAIN; -extern int MK_ACCESS_IS_NOT_DOMAIN; -extern int MK_ACCESS_SEND_TO_PATH; -extern int MK_ACCESS_AND_BELOW; +extern int MK_ACCESS_DOMAIN; +extern int MK_ACCESS_PATH; +extern int MK_ACCESS_YES; +extern int MK_ACCESS_NO; extern int MK_ACCESS_SECURE; extern int MK_ACCESS_EXPIRES; extern int MK_ACCESS_END_OF_SESSION; @@ -3301,41 +3300,39 @@ net_DisplayCookieDetailsAsHTML(MWContext *context, "
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |
%s | %s |