Skip to content

Commit ca565da

Browse files
committed
chore: adjust allowed host
1 parent 5b06c37 commit ca565da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/controllers/api/v1/images_controller.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class ImagesController < BaseController
2222
'ddragon.leagueoflegends.com',
2323
'raw.communitydragon.org',
2424
'static.wikia.nocookie.net',
25-
'commons.wikimedia.org'
25+
'commons.wikimedia.org',
26+
'cdn-api.pandascore.co'
2627
].freeze
2728

2829
HTTP_TIMEOUT_OPTIONS = { open_timeout: 5, read_timeout: 10 }.freeze

0 commit comments

Comments
 (0)