diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc
index 1cd178c..faecf9b 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -307,7 +307,7 @@ function drupal_page_cache_get_cid(Request $request) {
     $request->getUri(),
     \Drupal::service('content_negotiation')->getContentType($request),
   );
-  return sha1(implode(':', $cid_parts));
+  return implode(':', $cid_parts);
 }
 
 /**
