9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

editor/server: fix some parameters are not auto-updating

This commit is contained in:
Anthony Donlon
2025-11-20 10:11:41 +08:00
parent cc7a9c37bf
commit 87c009f7b4

View File

@@ -65,5 +65,8 @@ def get(name: str):
**params,
**get_common_cf_template_params(),
}
params.pop('time')
params.pop('ray_id')
params.pop('client_ip')
# TODO: cache
return render_cf_error_page(params=params, allow_html=False, use_cdn=True, show_creator=True), 200