process_swap_on_cross_site_navigation_enabled


Description:

[ NoAccessorMethod ]
[ Version ( since = "2.28" ) ]
public bool process_swap_on_cross_site_navigation_enabled { get; construct; }

Whether swap Web processes on cross-site navigations is enabled.

When enabled, pages from each security origin will be handled by their own separate Web processes, which are started (and terminated) on demand as the user navigates across different domains. This is an important security measure which helps prevent websites stealing data from other visited pages.