* `test/e2e-cypress/tests/features/xss/` -> `test/e2e-cypress/tests/security` * add tests * filter <style> tags out of Markdown fields * initialize OAuth inputs without applying `value` attribute
8 lines
137 B
CSS
8 lines
137 B
CSS
* {
|
|
color: red !important; /* for humans */
|
|
}
|
|
|
|
h4 {
|
|
display: none; /* for machines, used to trace whether this sheet is applied */
|
|
}
|