Security Measures
Estimated reading: 1 minute
882 views

URL Restrictions
By default, Windows Client will only allow the web-part to gather web pages from pages that hold the /FastPassClient/ part amongst other. The intention is to prevent any visits from malicious web pages. The Pages allowed in the Windows Client are controlled in the PMWindowsClient-config.xml file in the following section.
<urlrestrictions>
<urlrestriction enabled="true" type="allow"behavior="visible" scope="*" matchmethod="regexp" matchvalue="(.*\/FastPassClient\/.*)|(.*\/FastPassCorp\/skins\/.*)|(.*\/FastPassCorp\/javascript\/.*)|(^https:\/\/appletk.danid.dk\/.*)" />
</urlrestrictions>
Use the rules to customize the usage in the specific environment. eg. allowing access to help pages.