Details
Details
Did a search for "images/background.png" and found no other occurences.
Then did a search for "background.png" and found that we were actually using it in sanitization.js to replace image URLs as part of the "sanitization process." So I renamed background.png to placeholder.png and left the file in.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/utils/sanitization.js | ||
---|---|---|
126 ↗ | (On Diff #10462) | Can we replace the placeholder image? Is pretty ugly and doesn't match with anything. |
Comment Actions
It's for when we load crash reports via Redux DevTools. We wanted to replace the contents of image messages with some sort of placeholder image and we went with this since it happened to be in the repo. It could really be anything?