mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Inject Config:
* Use dependency injections instead * Remove deprecated fee interfaces
This commit is contained in:
committed by
Vinnie Falco
parent
c7b3153958
commit
fa796a2eb5
@@ -101,7 +101,7 @@ void HTTPReply (
|
||||
"Content-Length: ");
|
||||
|
||||
// VFALCO TODO Determine if/when this header should be added
|
||||
//if (getConfig ().RPC_ALLOW_REMOTE)
|
||||
//if (context.app.config().RPC_ALLOW_REMOTE)
|
||||
// output ("Access-Control-Allow-Origin: *\r\n");
|
||||
|
||||
output (std::to_string(content.size () + 2));
|
||||
|
||||
Reference in New Issue
Block a user