Skip to content

Commit 2166f9a

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 0cf50b3 + c2d806a commit 2166f9a

36 files changed

+592
-205
lines changed

.github/workflows/add-to-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
1717
steps:
1818
- name: Update release notes
19-
uses: release-drafter/release-drafter@v6.1.0
19+
uses: release-drafter/release-drafter@v6.1.1
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Predeploy script
1414

1515
env:
1616
# Update periodically from https://www.princexml.com/latest/
17-
PRINCE_PACKAGE: 'prince_20250207-1_ubuntu24.04_amd64.deb'
17+
PRINCE_PACKAGE: 'prince_16.1-1_ubuntu24.04_amd64.deb'
1818

1919
on:
2020
workflow_dispatch:

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report any suspected security issues to team@httparchive.org. We currently to not participate in a bug bounty programme.

src/config/2025.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@
7777
{
7878
"part": "II",
7979
"chapter_number": "10",
80+
"title": "Capabilities",
81+
"slug": "capabilities",
82+
"hero_dir": "2020"
83+
},
84+
{
85+
"part": "II",
86+
"chapter_number": "11",
8087
"title": "PWA",
8188
"slug": "pwa"
8289
}
@@ -88,13 +95,13 @@
8895
"chapters": [
8996
{
9097
"part": "III",
91-
"chapter_number": "11",
98+
"chapter_number": "12",
9299
"title": "CMS",
93100
"slug": "cms"
94101
},
95102
{
96103
"part": "III",
97-
"chapter_number": "12",
104+
"chapter_number": "13",
98105
"title": "Ecommerce",
99106
"slug": "ecommerce"
100107
}
@@ -106,19 +113,19 @@
106113
"chapters": [
107114
{
108115
"part": "IV",
109-
"chapter_number": "13",
116+
"chapter_number": "14",
110117
"title": "Page Weight",
111118
"slug": "page-weight"
112119
},
113120
{
114121
"part": "IV",
115-
"chapter_number": "14",
122+
"chapter_number": "15",
116123
"title": "CDN",
117124
"slug": "cdn"
118125
},
119126
{
120127
"part": "IV",
121-
"chapter_number": "15",
128+
"chapter_number": "16",
122129
"title": "Cookies",
123130
"slug": "cookies",
124131
"hero_dir": "2024"

src/config/contributors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"teams": {
234234
"2021": [
235235
"reviewers"
236+
],
237+
"2025": [
238+
"authors"
236239
]
237240
},
238241
"twitter": "dawntraoz",
@@ -1741,6 +1744,9 @@
17411744
"2024": [
17421745
"authors",
17431746
"analysts"
1747+
],
1748+
"2025": [
1749+
"analysts"
17441750
]
17451751
},
17461752
"twitter": "guaca",

0 commit comments

Comments
 (0)