You need an expert Drupal freelancer
6 June 2026 at 08:59
I'm open for freelance jobs, located in Denmark, got experience on expert level since Drupal 4.7 beta ~2006.
[link] [comments]
I'm open for freelance jobs, located in Denmark, got experience on expert level since Drupal 4.7 beta ~2006.
Hello everyone, i am looking for freelance drupal opportunities. I have 10+ experience in drupal development.
I'm trying to prevent a page from being restored from the browser's Back/Forward Cache (bfcache) in a Drupal site.
I have the following response headers set:
Permissions-Policy: unload=() Expires: 0 Pragma: no-cache Cache-Control: no-store, no-cache, must-revalidate, max-age=0, private My understanding was that these headers would prevent caching, but the page is still being restored from bfcache when navigating back and forward.
Am I missing something? Do these headers have any effect on bfcache, or is there another recommended way to prevent a page from being stored and restored from bfcache?