Skip to content

Commit

Permalink
feat: support encryption strict mode config (#63884, #96406)
Browse files Browse the repository at this point in the history
* minor formatting
  • Loading branch information
skiesewetter-intershop committed May 13, 2024
1 parent 25e2a50 commit 8bb0490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open class ICMEncryptionStrictMode(val isStrictModeEnabled: (Unit) -> Boolean) {

fun applyICMParameterIfNecessary(actualApply : (key: String, value: Boolean) -> Unit) {
if (!isStrictModeEnabled()){
disableInICM(actualApply);
disableInICM(actualApply)
}
}

Expand Down

0 comments on commit 8bb0490

Please sign in to comment.