mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-21 22:47:31 -05:00
change standalone to headless in policylist generation
This commit is contained in:
parent
21e20396b6
commit
16a762b972
|
|
@ -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, { standalone: true }).end({ pretty: true }));
|
||||
response.send(xmlbuilder.create(policylist, { headless: true }).end({ pretty: true }));
|
||||
});
|
||||
|
||||
function get3DSPolicyList(countryCode: string, majorVersion: string): { PolicyList: PolicyList } | null {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user