Skip to content

Instantly share code, notes, and snippets.

@pantaovay
Forked from yurydelendik/.htaccess
Created November 16, 2012 02:37
Show Gist options
  • Save pantaovay/4083439 to your computer and use it in GitHub Desktop.
Save pantaovay/4083439 to your computer and use it in GitHub Desktop.
CORS for pdf.js
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://mozilla.github.com"
</IfModule>
<iframe src="http://mozilla.github.com/pdf.js/web/viewer.html?file=http%3A%2F%2Fasync5.org%2Fmoz%2Fpdfjs.pdf" width="500" height="400"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment