Update javascript URL in header – Domain Mapping Plugin [closed]

I was able to find the file responsible for building the URL placed in the header:

wp-content/plugins/domain-mapping/classes/Domainmap/Module/Cdsso.php

I was able to update line# 391 and statically set the protocol to HTTPS which for my use case works. Obliviously we would want to check if SSL is being forced or if the current URL is https and then set it dynamically. I may work out a fix that includes that and post it.