From 0590e12333146302505158d0c032ff423db7fd02 Mon Sep 17 00:00:00 2001 From: TonyRL Date: Sat, 29 Jul 2023 14:16:33 +0000 Subject: [PATCH] ci: enable experimental feature in gha --- .github/workflows/pr-deploy-route-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-deploy-route-test.yml b/.github/workflows/pr-deploy-route-test.yml index fd5c9fea9..a5c51e28e 100644 --- a/.github/workflows/pr-deploy-route-test.yml +++ b/.github/workflows/pr-deploy-route-test.yml @@ -63,6 +63,8 @@ jobs: --name rsshub \ -e NODE_ENV=dev \ -e LOGGER_LEVEL=debug \ + -e ALLOW_USER_HOTLINK_TEMPLATE=true \ + -e ALLOW_USER_SUPPLY_UNSAFE_DOMAIN=true \ -p 1200:1200 \ rsshub:latest