Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
bed817c9
Commit
bed817c9
authored
Mar 06, 2015
by
catch
Browse files
Issue
#2446127
by mikey_p: Fix misnamed page_cache_response_policy services
parent
ebcca481
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/image/image.services.yml
View file @
bed817c9
...
...
@@ -6,7 +6,7 @@ services:
plugin.manager.image.effect
:
class
:
Drupal\image\ImageEffectManager
parent
:
default_plugin_manager
image.page_cache_re
quest
_policy.deny_private_image_style_download
:
image.page_cache_re
sponse
_policy.deny_private_image_style_download
:
class
:
Drupal\image\PageCache\DenyPrivateImageStyleDownload
arguments
:
[
'
@current_route_match'
]
tags
:
...
...
core/modules/node/node.services.yml
View file @
bed817c9
...
...
@@ -33,7 +33,7 @@ services:
arguments
:
[
'
@user.private_tempstore'
]
tags
:
-
{
name
:
paramconverter
}
node.page_cache_re
quest
_policy.deny_node_preview
:
node.page_cache_re
sponse
_policy.deny_node_preview
:
class
:
Drupal\node\PageCache\DenyNodePreview
arguments
:
[
'
@current_route_match'
]
tags
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment