Skip to content

Commit

Permalink
Set includeCookies so xdebug cookie helper works
Browse files Browse the repository at this point in the history
  • Loading branch information
hnsr committed Jun 6, 2023
1 parent f108036 commit 20d7a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Controller/Index/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ private function getEmbedScript(): string
<script>
new window.EmbeddedSandbox({
target: "#embedded-sandbox",
initialEndpoint: "' . $this->escaper->escapeUrl($this->getGraphqlUrl()) . '"
initialEndpoint: "' . $this->escaper->escapeUrl($this->getGraphqlUrl()) . '",
includeCookies: true
});
</script>
</body>';
Expand Down

0 comments on commit 20d7a41

Please sign in to comment.