Skip to content

Commit

Permalink
Fix Varnish cache validation
Browse files Browse the repository at this point in the history
CS-5514
  • Loading branch information
MarijaIv committed Jul 24, 2024
1 parent 1b84503 commit 3a12b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<referenceBlock name="head.components">
<block class="Sequra\Core\Block\WidgetInitializer" name="sequra.widget.initializer"
template="Sequra_Core::widget_initializer.phtml" cacheable="false"/>
template="Sequra_Core::widget_initializer.phtml" />
</referenceBlock>
</body>
</page>
2 changes: 1 addition & 1 deletion view/frontend/layout/sequra_hpp_index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="empty" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<referenceContainer name="content">
<block class="Sequra\Core\Block\Hpp" name="sequra_hpp_index" template="Sequra_Core::hpp.phtml" cacheable="false" />
<block class="Sequra\Core\Block\Hpp" name="sequra_hpp_index" template="Sequra_Core::hpp.phtml"/>
</referenceContainer>
</page>

0 comments on commit 3a12b9c

Please sign in to comment.