Hi @John Hoven ,
After testing, CORS module does not yet support this header now. So the solution is avoid using CORS module and set all response headers through custom headers of web.config.
<add name="Access-Control-Allow-Private-Network" value="true" />
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Bruce Zhang