Skip to content

Remote distribution? (CORS-enabled Dropbox) #9

Closed
@deathcap

Description

@deathcap

Currently, ProgrammerArt releases can be downloaded from https://github.com/deathcap/ProgrammerArt/releases for local usage. Would be cool if it could also be used remotely, i.e. online.

For https://github.com/deathcap/voxpopuli I include this repository as a submodule (git checkout recursive for development, and GitHub gh-pages also checks it out for the website). Other uses most likely have to include a local copy (unless they are only doing img src), due to cross-domain restrictions.

Maybe mirror the releases on a server which allows Access-Control-Allow-Origin: *, so remote XHR with .crossOrigin = 'anonymous' could be used to load PA.

http://www.w3.org/TR/cors/

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions