You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the resumable download isn't cached. Not sure if it is allowed/possible to have this cached. You could disable the resumable download in your config
disable resumable download --> all files (with and without permission) are cached. But files without permission should be cached and files with permission should not be cached.
On method "dumpFileContents" of class "FileDumpHook":
The method sets "header('Expires: -1');", so files can't be cached anymore.
The text was updated successfully, but these errors were encountered: