Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
N°4127 - Security: Fix XSS vulnerability in object attribute's tooltip
- Loading branch information
Showing
6 changed files
with
54 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*! | ||
* @copyright Copyright (C) 2010-2021 Combodo SARL | ||
* @license http://opensource.org/licenses/AGPL-3.0 | ||
*/ | ||
|
||
// Allow plain text (opposite of HTML) multi-lines tooltips to be displayed correctly, otherwise it will all be on a single line. | ||
.tippy-content { | ||
white-space: pre-line; | ||
} |
9 changes: 8 additions & 1 deletion
9
datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 8 additions & 1 deletion
9
datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters