+By default, the framework reads `sap-*` and `sap-ui-*` URL parameters and uses them to override the configuration script settings. While useful during development and testing, this behavior can be a security concern in production environments since URL parameters are user-controlled input that can be manipulated through crafted links. For example, an attacker could construct a phishing URL like `?sap-ui-theme=custom@https://malicious.com/` to attempt loading theme assets from an external origin.
0 commit comments