Skip to content

Commit 05bfd56

Browse files
committed
fix: removed referer
1 parent ec4b166 commit 05bfd56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liquibase/changes/hotfix_missing_header.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SELECT
66
f.stable_id,
77
'feed_download',
88
'http_headers',
9-
'{"Accept": "*/*", "Referer": "https://opendata.samtrafiken.se/gtfs/vastexp/vastexp.zip", "User-Agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", "Accept-Encoding": "gzip"}'::jsonb,
9+
'{"Accept": "*/*", "User-Agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", "Accept-Encoding": "gzip"}'::jsonb,
1010
now()
1111
FROM feed f
1212
WHERE f.stable_id IN (

0 commit comments

Comments
 (0)