# How is copyright handled for HAR file content

**URL:** https://discuss.httparchive.org/t/how-is-copyright-handled-for-har-file-content/775
**Category:** Uncategorized
**Created:** [June 23, 2016, 6:01pm UTC](https://discuss.httparchive.org/t/how-is-copyright-handled-for-har-file-content/775 "2016-06-23T18:01:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![crdumoul](https://avatars.discourse-cdn.com/v4/letter/c/eb9ed0/32.png) [@crdumoul](https://discuss.httparchive.org/u/crdumoul)
#### Post date: [June 23, 2016, 6:01pm UTC](https://discuss.httparchive.org/t/how-is-copyright-handled-for-har-file-content/775/1 "2016-06-23T18:01:33Z")

</div>

I’m looking at open sourcing some code that compares the performance of some compression tools. It’s meant to be used as a repeatable benchmark. An important part of this is a static set of HTML, CSS, and Javascript resources that are used as the test files to be compressed. These resources have been scraped from real websites, and therefore have their own copyrights.

So, I’m trying to figure out how I can make the static set of resources available alongside the source code for the project, without violating any copyrights.

It seems HTTP Archive is in a similar position; source code that can easily be open sourced, alongside supporting data/content that is copyrighted by a 3rd party yet still available from HTTP archive.

What’s the trick to make this work?

---

<div class="post-metadata">

### Author: ![aranjedeath](https://yyz1.discourse-cdn.com/flex035/user_avatar/discuss.httparchive.org/aranjedeath/32/1305_2.png) [@aranjedeath](https://discuss.httparchive.org/u/aranjedeath)
#### Post date: [June 23, 2016, 7:40pm UTC](https://discuss.httparchive.org/t/how-is-copyright-handled-for-har-file-content/775/2 "2016-06-23T19:40:42Z")

</div>

You probably actually want a lawyer, but using a collection of MIT/BSD licensed frameworks or their generated documentation sites might suffice.

---

<div class="post-metadata">

### Author: ![igrigorik](https://yyz1.discourse-cdn.com/flex035/user_avatar/discuss.httparchive.org/igrigorik/32/925_2.png) [@igrigorik](https://discuss.httparchive.org/u/igrigorik)
#### Post date: [June 28, 2016, 4:54pm UTC](https://discuss.httparchive.org/t/how-is-copyright-handled-for-har-file-content/775/3 "2016-06-28T16:54:09Z")

</div>

Same disclaimer and advice as @aranjedeath.

Another strategy to consider: instead of freezing a particular snapshot, provide code to retrieve the data? E.g. it could crawl sites and snapshot resources; it could fetch a snapshot from HTTP Archive and extract relevant files from that, etc.
