hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

Documentation: Fix schema loading error #42

Closed Hywan closed 9 years ago

Hywan commented 9 years ago

By default, if no remote or referrer is present for a central.hoa-project.net resource, we will fallback to Github. Unfortunately, Github adds a X-Frame-Options: deny header (X-Frame-Options, RFC7034). So we force the remote to hoa to solve this problem since git.hoa-project.net does not add this header. Also, we can trust our own services ;-).