-
It would good to remove our usage of inline styles and move these to the CSS or find a better way to achieve the same result.
This would allow projects to enable CSP for their docs if they want. It a…
-
Listmonk needs an automated and transparent way to convert CSS styles sheets into inline style attributes in the HTML code.
Inline styles attributes in HTML code ensure proper display on email and …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
The font size for the code is a little bigger, and the spaces …
-
They may not be needed anymore
-
### Issue Description
[Provide a brief description of the issue here.]
### Expected Behavior
[Describe what should happen when this issue is resolved.]
### Current Behavior
[Explain wha…
-
I'm in the process of adding a strict content security policy. I'm going to use this issue to list inline styles, maybe other inlines I find.
https://github.com/readthedocs/ext-theme/blob/b12ae41d4…
-
This way of writing styles makes fro a lot of noise to sort through:
```html
...
```
Not urgent, just an optimization for someday.
-
monaco-editor npm version: 0.7.0
Browser: Edge, Chrome
OS: Windows
We use up to date CSP security rules and deny inline styles to prevent browser-based attacks:
```default-src: 'none'; style-src…
-
Inline style should be moved into scss files.
It will also help #757
Once this is done, the CSP policy could probably be updated to remove `unsafe-inline` for `style-src`.
⚠️ For svg, CSP a…
-
### Describe the feature you'd like to request
We should remove the inlined "style={{}}" attribute from our code.
- It happened to cause unwanted behaviour.
- We need to be consistent in the way …