File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
govtool/metadata-validation/src Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ changes.
1717### Fixed
1818
1919- Fix CIP-129 DRep view identifier for script based DReps [ Issue 2583] ( https://github.com/IntersectMBO/govtool/issues/2583 )
20+ - Fix fetching metadata from IPFS gateway
2021- Fix bad request on passing the random sorting to GA list request [ Issue 2535] ( https://github.com/IntersectMBO/govtool/issues/2535 )
2122- Fix wrong drep activity conditions
2223
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ export class AppService {
3232 this . httpService
3333 . get ( url , {
3434 headers : {
35+ // Required to not being blocked by APIs that require a User-Agent
36+ 'User-Agent' : 'GovTool/Metadata-Validation-Tool' ,
3537 'Content-Type' : 'application/json' ,
3638 ...( isIPFS &&
3739 process . env . IPFS_PROJECT_ID && {
You can’t perform that action at this time.
0 commit comments