Owner's Manual

15
^https://internal\.dell\.com:8080/.*
Theaboveentrywillmatchtheexactsiteandportspecifiedandanythingthatfollows.
ToaddlocalIPsubnets,usethefollowingformat:
^https://192\.168\.1\.*(:\d{1,5})?/.*
TheaboveentrywillmatchanyURLthatuseshttporhttps,andisaccessedwitha192.168.1.xsubnetIP
address.Italsoallows
foranyporttobeusedonthisURL.
ItisimportanttonotethattrustedsitesisnotabletodoDNSlookups.Therefore,trustingaspecificsubnet
ofaddressesdoesnottrusttheirassociatedDNSnames.IfDNSnamesneedtobeusedforthetrustedsite
list,eachDNSname
mustbelistedout.
^https://([^/]*\.)*sharepoint\.*
^https://([^/]*\.)*myinternalserver\.*
RegexPatternRecommendations
Belowaresomeregexpatternsthatcanbeusedtocreatecustomentries.
“^”Beginningoftheline.
“?”Matchzeroor1ofthepreviouscharacter
“$”Endoftheline.
“\.”Periodcharacter.(A“.”matchesanycharacter.)
“.*”Matchanynumber(zeroormore)ofanycharacters.
untrusted=
Unmatchtheregexinsteadofmatch.
“[^/]*Matchanynumberofanycharactersexcept“/”.
TrustedSitesCaution:
BeawarethatthewholeURLstringispassedtoDDP|ProtectedWorkspaceandmatchedagainstthislist.
Slightvariationsinsyntaxcanmakeadifferencebetweenmatchingandmatchinginthewayyouintend.As
anexample,theURL:
http://www.dell.com$
isnotsafeandwouldnotmatch.Itwould
notmatchbecauseatrailing“/”isoftenaddedbyWindows
beforetheURLispassedtoapplications.Itisnotsafebecausethisstringcouldbepartoftheparametersof
anURLandnotthewebsiteyouintended.
.*www.dell.com.*
matchesif“www.dell.com”appearsanywhereintheURL,not
justastheaddress‐suchasmatching
http://www.fakesite.com/spoofsite=http://www.dell.com/