-
-
Hi,
I've seen that you are using inline style (e.g. `ngStyle`) in your Project. As I understood, this leads to a security risk. During the use of certain CSP-headers, the browser blocks the usage o…
-
Puck introduces various wrappers during edit mode to provide drag-and-drop and edit functionality. This can result in different interface between edit and render modes, such as:
* `children` contai…
-
Requires:
- [ ] inline styles [code](https://github.com/vuejs/core/blob/04d2c05054c26b02fbc1d84839b0ed5cd36455b6/packages/runtime-dom/src/modules/style.ts)
- [ ] attribute selectors combined with c…
-
Plugin constantly triggers the PHP slow log:
```
[03-Sep-2023 12:52:19] [pool www] pid 16838
script_filename = /var/www/html/wordpress/index.php
[0x00007fa1b3813cf0] glob() /var/www/html/wordpr…
-
Apparently, according to [this goldmark issue](https://github.com/yuin/goldmark/issues/182), the goldmark instance created with `New` can be used concurrently with multiple go routines rendering diffe…
-
**How can we reproduce this bug?**
Create a `blueprints` folder under `src/pages/`, and add a HTML file that contains Inky markup, or imports partials - doesn't matter. Mine imports partials, I calle…
-
### Description
Block specific styles are not serialized completely if block is not one of core plugins eg. name starting with "core/".
As result global styles are broken and non-core could onl…
-
Greetings,
I am very interested in using inline mode because I should analyze data without Internet connection in my office.
I hope to use the holoviz package such as holoviews and panel as a plot…
-
I did not notice but you are also injecting inline css which would require `unsafe-inline` to be set in the header which is again not great.
Is there a way to stop the inline styles? I am using `IN…