Skip to content

Commit bf501f3

Browse files
authored
Fix #11126: Remove remaining Thunderbird calendar files (#11130)
1 parent e2f69a0 commit bf501f3

File tree

103 files changed

+2
-126229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2
-126229
lines changed

bedrock/settings/base.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,8 @@ def lazy_langs():
486486

487487

488488
def set_whitenoise_headers(headers, path, url):
489-
if "/fonts/" in url or "/caldata/" in url:
490-
cache_control = "public, max-age=604800" # one week
491-
headers["Cache-Control"] = cache_control
489+
if "/fonts/" in url:
490+
headers["Cache-Control"] = "public, max-age=604800" # one week
492491

493492
if url.startswith("/.well-known/matrix/"):
494493
headers["Content-Type"] = "application/json"

bin/run-tests.sh

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ isort --check .
1010
moz-l10n-lint l10n/l10n-pontoon.toml
1111
moz-l10n-lint l10n/l10n-vendor.toml
1212
python manage.py lint_ftl -q
13-
python manage.py runscript check_calendars
1413
python manage.py version
1514
python manage.py migrate --noinput
1615
py.test lib bedrock \

media/caldata/AlbanianHolidays.ics

-166
This file was deleted.

media/caldata/AlgeriaHolidays.ics

-74
This file was deleted.

0 commit comments

Comments
 (0)