Skip to content

Commit 33fcc77

Browse files
authored
Merge pull request #16868 from github/fix-graphql-title-bug
GraphQL Explorer followups
2 parents 300bdb6 + 7d474b4 commit 33fcc77

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

layouts/graphql-explorer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
{% include breadcrumbs %}
1616
</div>
1717
</div>
18+
19+
<h1 class="border-bottom-0">{{ page.title }}</h1>
1820

1921
<div class="mt-2">
2022
<div>

middleware/csp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = async (req, res, next) => {
3838
],
3939
frameSrc: [ // exceptions for GraphQL Explorer
4040
'https://graphql-explorer.githubapp.com', // production env
41+
'https://graphql.github.com/',
4142
'http://localhost:3000', // development env
4243
'https://www.youtube-nocookie.com'
4344
],

0 commit comments

Comments
 (0)