#*** m-privacy GmbH TightGate-Pro MagicURL Whitelist *** # # When a user clicks on a local link this link will either be opened # in the local browser or on the secure remote Browser on TightGate-Pro. # # This whitelist determines weather an URLs is locally opened or via TightGate-Pro. # If a clicked link is in this file it will be opened locally. # # The whitelist file must be located in at least one of the following paths: # %APPDATA%\vnc\URL_Whitelist.txt or # %PROGRAMFILES%\TightGate-Pro\URL_Whitelist.txt or # %TGPROINSTALLPATH%\URL_Whitelist.txt or # in the configured path (variable whitelist_path) in the file browserchoice.cfg # # Asterisks * can be used as placeholders. With a double cross # beginning lines, # as well as empty lines, are ignored by MagicURL. # An http:// before the URLs is optional and has no effect. # # *** Examples: URLs are opened in TightGate-Pro *** # # .m-privacy.de/* # or # *.m-privacy.de/*|remote| # or # .m-privacy.de/*|remote|firefox| # # Applies to: m-privacy.com, www.m-privacy.de, blog.m-privacy.com/messages, # http://m-privacy.de/, http://www.m-privacy.de/support/download-center/index.html # If no "remote" or "local" is specified, MagicURL opens a URL # always with TightGate-Pro. # As "remote"-Browser the values "firefox" or "chrome" can be used. # # .m-privacy.de/*|remote|firefox|profil1 # # TightGate-Pro uses the browser Firefox with the browser profile "profil1" when opening the URL. # The "profil1" must already be stored on TightGate-Pro, otherwise the browser starts with the profile # dialog. # # More examples of using the placeholder. # # m-privacy.de/* # Applies to: m-privacy.de/support # Does NOT apply: www.m-privacy.de/support # # .m-privacy.* # Applies to: www.m-privacy.de, blog.m-privacy.com/features # # .m-privacy.de # Applies to: www.m-privacy.de # Does NOT apply to: www.m-privacy.de/support # # *.m-privacy.de/support/*/index.html # Applies to: m-privacy.de/support/download-center/index.html # Does NOT apply to: www.m-privacy.de/unternehmen/leitungskreis/index.html # # *** Examples: URLs are opened with the local browser *** # # *.menu.intern/*|local| # # Opens all links in which "speisekarte.intern" occurs with the local browser. # Without "local" the URL would be passed directly to TightGate-Pro. # It is not (yet) possible to specify which local browser should be used. # A general definition, which is the internal browser, can be made in the configuration file # "browserchoice.cfg" in the program directory of TightGate-Pro.