Skip to content

Commit

Permalink
CB-4743 adds license to sanitizeHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Feb 27, 2024
1 parent 00864bd commit 16dde3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webapp/packages/core-utils/src/sanitizeHtml.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* CloudBeaver - Cloud Database Manager
* Copyright (C) 2020-2024 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/
import { sanitizeHtml } from './sanitizeHtml';

describe('sanitize', () => {
Expand Down

0 comments on commit 16dde3e

Please sign in to comment.