vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

cache control header private #164

Open jerradpatch opened 7 years ago

jerradpatch commented 7 years ago

Because the cache control header is set to private when I pass the query string my CDN wont cache any files. I will probably fix this myself, but I would be nice to have the options available during setup.

BTW, I am still thinking about the previous issue I wrote about... its in the backlog.

vsivsi commented 7 years ago

I'd be happy to consider a PR to address this.