Yaacov
Yaacov
Hi there, I would love to get this merged!
Hi there, The [W3C validator](thttps://validator.w3.org/) also complains : > CSS: animation-delay: var(--fa-animation-delay, 0) is not a animation-delay value. You should (I think) replace this code by `animation-delay: var(--fa-animation-delay, 0s)` Initial...
Same here. From what I understand, Unyson plugin uses the session to store "[Flash messages](http://manual.unyson.io/en/latest/helpers/flash-messages.html)". See file `/framework/helpers/class-fw-flash-messages.php`: > Store messages in session (to not be lost between redirects) and...
@HapLifeMan : interested as well :) đ
@Scrum : maybe @HapLifeMan is working on a Nuxt module? (I would be happy with that!)
I confirm I could _require_ the plugin by replacing the npm package with the patched one (PR #9): ``` npm remove esbuild-plugin-babel npm add [email protected]:schloerke/esbuild-plugin-babel#patch-2 -D ``` and then instead...
Il s'agit d'une assez vieille question, il faudrait reboucler avec @Rdulieu ;) Plus d'info ici je pense : https://wowchemy.com/docs/hugo-tutorials/security/ Peut-ĂȘtre qu'il s'agit de mettre en place des CSPÂ ?
Voir ici désormais : https://docs.hugoblox.com/reference/security/ > - Secured with HTTPS > - Subresource Integrity (SRI) > - X-Frame-Options > - X-XSS-Protection > - X-Content-Type-Options > - Referrer-Policy > - Configurable...
Hi Federico, You should have a look at the "Analysis methodology" section at page [How does it work?](https://www.ecoindex.fr/en/how-it-works/). > When an analysis is launched, the requested page is loaded in...
The minification has been deactivated (`minifyOutput = false`) So not really a problem, but minifying the final HTML output would save some bytes. I would keep that issue open for...