Skip to content

Commit 96cda81

Browse files
committed
docs(framework): soften ignoreUrlParams motivation wording
1 parent 9c9b0ff commit 96cda81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2-advanced/01-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Failing to do so will result in a warning in the console and the theme root will
312312

313313
This configuration option controls whether URL parameters (e.g. `sap-ui-theme`, `sap-ui-language`, `sap-ui-animationMode`) are processed during framework initialization.
314314

315-
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.
315+
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, production applications may prefer to disable this behavior to ensure consistent and predictable configuration.
316316

317317
When set to `true`, all URL parameter processing is skipped and only the configuration script and module imports are used.
318318

0 commit comments

Comments
 (0)