Administrator Guide

14
AdministrativeTrustedSitesOverride
BydesigntheDDP|ProtectedWorkspaceproductrunstheusersnativewebbrowserswithinanisolated
environment.Thisisolatedenvironmentkeepstheuser’sPCsafefrommaliciouscontentbutcanalso
causesomeinteroperabilityissueswithcertainwebsites.Ifthesewebsitesarebusinesscriticaland
trusted,theusershavethe
abilitytomanuallytrustthemlocally.Bytrustingthem,thesesiteswillbe
openedwithinthenativebrowseriftheURLisbrowsedtointheprotectedenvironment.
Asanaddedconvenience,administratorshavetheabilitytoapplyanoverridefilethataddsasetoftrusted
siteswithoutany
userinteraction.
TheoverridefileisasimpleTXTfilethatcanbecreat edinNotepadorasimilartexteditor.Createafile
withthename“trustedsites.txt”
Oncethisfileiscreated,itneedstobeplacedontoeachPCthatneedstheoverride.Thelocationforthis
file
needstobe:
C:\ProgramData\Invincea\Enterprise\Admin
Oncethisfileisinplace,start(orrestart)theDDP|ProtectedWorkspaceproductandtheseoverrideswill
takeeffect.
TheformatofthetrustedURLsneeds tobeinREGEXformat.Thefollowingsectionoutlineshowtocreate
URLsinthecorrectformat.
Here
aresomeexamplesofcorrectlyformattedURLs.Thepoundsign(#)indicatesafilecomment:
#The following lines designate trusted sites/domains
^https?://([^/]*\.)*adobe\.com/.*
^https?://([^/]*\.)*acrobat\.com/.*
^https?://([^/]*\.)*webex\.com/.*
^https?://([^/]*\.)*dell\.com/.*
^https://internal\.dell\.com:8080/.*
^ftp://dell/.*
Theproductperformsalinebylineexaminationofthetrustedsites.txtfileandstopsatthefirstmatch.The
followingsectionoutlinessomepossibleentriesintothetrustedsites.txtfileandwhattheresulting
outcomewouldbe.
^ftp://dell/.*
Theaboveentrywouldmatchanythingthatstarts withftp://dell/andwouldallowanyadditionaltextafter
thelast/.
^https?://([^/]*\.)*dell\.com/.*
Theaboveentrywouldmatchanythingthatstarts with“http://”or“https://”,endswith“.dell.com/”and
allowsanysubdomainsofdell.com.[^/]*isanythingthat
doesn’tcontaina“/”so“dell.com”mustshow
upinthebaseportionoftheURL.Inotherwords,thiswillmatchhttp://anything.dell.com/*,butwillnot
matchhttp://fakedell.com/*orhttp://anything.com/?imageurl=fake.dell.com/*.