Hi,
I am just curious to know if this can be achieved in Pega that if we want our Pega application to run only on chrome Browser and not on Edge or Internet Explorer ?
Can we do it some rule in Pega now like we have Content Security Policies ?
if yes, how can we achieve this ?
@siddharthk5167 pega Platform does not provide a built-in feature to restrict the application to run only on a specific browser like Chrome. The browser choice is typically controlled at the user’s end and not by the application. However, you can implement a custom solution to detect the browser type at the client-side using JavaScript and show a message or redirect users if they are not using Chrome. Please note that this would be a custom implementation and not a standard Pega feature.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Forbid Mobile Access