mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-08-19 23:54:08 -05:00
remove XML declaration from policylist. Thanks 3DS, I hate you
This commit is contained in:
@@ -31,7 +31,7 @@ nppl.get([
|
||||
|
||||
// TODO - Make this more dynamic
|
||||
response.set('Content-Type', 'application/xml; charset=utf-8');
|
||||
response.send(xmlbuilder.create(policylist).end({ pretty: true }));
|
||||
response.send(xmlbuilder.create(policylist, { standalone: true }).end({ pretty: true }));
|
||||
});
|
||||
|
||||
function get3DSPolicyList(countryCode: string, majorVersion: string): { PolicyList: PolicyList } | null {
|
||||
|
||||
Reference in New Issue
Block a user