Gavin Luo
Gavin Luo
> > Can we force the first request return stale cache when stale on? > > Yes How to do that? According to the [comment in this issues](https://github.com/jiangwenyuan/nuster/issues/96#issuecomment-676454413), the first...
> My bad..It's still on the local development branch..I haven't touched on this for a while:) hope it can be comming soon :) > > Will cleaner clean up the...
> > So can you give more details about stale caches cleanup process? > > It is controlled by disk-cleaner, if the file is stale ON or within stale TIME,...
Directus api return `Set-Cookie` with `Secure` param, so the api login only worked for https connection. @rijkvanzanten Could we remove `Secure` option when api is access with `http` ?
> ``` > use Intervention\Image\Imagick\Commands\ExifCommand; > use Intervention\Image\Imagick\Driver; > > class MyImagickDriver extends Driver > { > /** > * Executes named command on given image > * > *...
A GTM template for reference: https://github.com/68publishers/cookie-consent
GNOME Wayland ๆ่ฟ้ๆฒก้ฎ้ข  
I have the same problem, it occurs when swr is enabled for `/**` ```js routeRules: { '/api/**': { cache: false, swr: false, headers: { 'Cache-Control': 'no-cache' } }, '/**': {...
@pi0 @danielroe, has there been any recent progress on this issue?
Some related resource about "secure the imgProxySalt and imgProxyKey" https://github.com/nuxt/image/issues/276 https://github.com/nuxt/image/issues/963