1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 16:25:31 -04:00

revert Access-Control-Allow-Origin: * header

This commit is contained in:
2020-04-26 23:43:10 -04:00
parent 374a822ad4
commit c52a357e29
5 changed files with 26 additions and 33 deletions

View File

@@ -1,2 +1,4 @@
<link rel="pingback" href="https://webmention.io/jarv.is/xmlrpc">
<link rel="webmention" href="https://webmention.io/jarv.is/webmention">
{{ with .Site.Params.webmention }}
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
{{ end }}