Skip to content

Commit

Permalink
Update headers for opensource.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Dec 1, 2023
1 parent 63f7188 commit de6ebc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/files/markdown.links.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
"httpHeaders": [
{
"urls": [
"https://crates.io", "https://github.com", "https://opensource.org"
"https://crates.io",
"https://github.com",
"https://opensource.org",
"http://opensource.org"
],
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"Accept-Encoding": "gzip, deflate, br"
}
}
]
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ See [Martin book](https://maplibre.org/martin/) for complete documentation.

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/license/mit/>)
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
at your option.

### Contribution
Expand Down

0 comments on commit de6ebc2

Please sign in to comment.