Skip to content

Commit 02676d4

Browse files
authored
Proofread
1 parent 38d35ea commit 02676d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/howto/security/best-practices-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ While the data that should be viewable and editable in which role is application
3333
* Constraints on widgets in pages should not be used as a measure of security, but can filter out irrelevant data for the context of the page
3434
* Keep your attributes editable within data views, because if an access rule prohibits write access, your client will display it as non-editable – this way you are aware of the (correct) working of an access rule
3535

36-
You can review and manage your entity access settings in the Security Overview in Mendix Studio Pro. This section provides an overview of your application's security configuration and allows you to verify which roles have access to specific entities and attributes (for more information, see [Security Overview](/refguide/security-overview/)).
36+
You can review and manage your entity access settings in the Security Overview in Mendix Studio Pro. This overview shows you your application's security configuration and allows you to verify which roles have access to specific entities and attributes (for more information, see [Security Overview](/refguide/security-overview/)).
3737

3838
## Avoiding Injection
3939

@@ -279,8 +279,8 @@ To scan uploaded files for malicious content, do one of the following:
279279
* Create a custom module and configure the functionality yourself, for example, by using a [before commit event](/refguide/setting-up-data-validation/#validation-before-commit-event).
280280
* Check available modules in the [Mendix Marketplace](https://marketplace.mendix.com/). For more information on how to use the Mendix Marketplace content, see [How to Use Marketplace Content](/appstore/use-content/).
281281

282-
## Enable Strict mode
282+
## Enable Strict Mode
283283

284-
Enable Strict Mode in your application. Strict mode will help ensure that entities are accessible only in the ways defined within your modelthrough microflows, nanoflows, widgets, or pages by restricting certain client APIs.
284+
Enable [strict mode](/refguide/strict-mode/) in your application. Strict mode helps ensure that entities are accessible only in the ways defined within your model, through microflows, nanoflows, widgets, or pages, by restricting certain client APIs.
285285

286-
Configuring access rules is essential for the security of your app. However, accurately setting up these rules can be challenging. By enabling strict mode, you add a safety net in case access rules are misconfigured when your application is deployed, helping to reduce the risk of unintended data access [Strict mode](/refguide/strict-mode/).
286+
Configuring access rules is essential for the security of your app. However, accurately setting up these rules can be challenging. By enabling strict mode, you add a safety net in case access rules are misconfigured when your application is deployed, helping to reduce the risk of unintended data access.

0 commit comments

Comments
 (0)