whitphx HF staff commited on
Commit
b9c5a8f
1 Parent(s): ab924be

Set the target origin

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -25,7 +25,7 @@
25
  window.parent.postMessage({
26
  queryString,
27
  hash,
28
- }, "*");
29
  }
30
  </script>
31
  </body>
 
25
  window.parent.postMessage({
26
  queryString,
27
  hash,
28
+ }, "https://huggingface.co");
29
  }
30
  </script>
31
  </body>