We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a63176 commit 8d9d3e7Copy full SHA for 8d9d3e7
static/databrowser.html
@@ -11,7 +11,7 @@
11
12
// Set up cross-site proxy
13
const $rdf = UI.rdf
14
- $rdf.Fetcher.crossSiteProxyTemplate = document.origin + '/xss/?uri={uri}'
+ $rdf.Fetcher.crossSiteProxyTemplate = self.origin + '/xss/?uri={uri}'
15
16
// Authenticate the user
17
UI.authn.checkUser()
0 commit comments