Skip to content

Commit

Permalink
LPD-35246 Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 6, 2024
1 parent 76299da commit e2b61f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public boolean isFilterEnabled(
if (CompanyThreadLocal.getCompanyId() == 0) {
if (_log.isDebugEnabled()) {
_log.debug(
"CompanyThreadLocal not initialized for this request so " +
"CSP will not be applied");
"Content security policy will not be applied to this " +
"request for company ID 0");
}

return false;
Expand Down

0 comments on commit e2b61f9

Please sign in to comment.