Daniel Diesenreither
Results
1
issues of
Daniel Diesenreither
### Feature description FullPageCacheListener.php ``` // disable the output-cache if the client sends an authorization header if ($request->headers->has('authorization')) { $this->disable('authorization header in use'); return; } ``` Is there a possible...
New Feature
PR Welcome