It's showing safe in the Google Safe Browsing site status.
transparencyreport.google.com
{edit} I see the URL is blocked out. Are you going to proscan.org
{edit} I think I misunderstood. You are using the ProScan Web Server. Are you using a no IP service?
I am using Dynu for a dynamic IP service using my own domain. I'm just mapping DNS to them.
So, I looked at the page source for the IP-only based viewing and the one using the domain. I see two differences.
Using the domain name, line 12 changes from:
ws_main.js/true,false,SDS200,0,false,
to
ws_main.js/true,true,SDS200,16,false,
and I also see the following in the domain-viewed version...
var hotSpots = [];
hotSpots.push({id: 'ScannerButton1', coords: '411,152,468,180'});
hotSpots.push({id: 'ScannerButton2', coords: '477,152,534,180'});
hotSpots.push({id: 'ScannerButton3', coords: '543,152,600,180'});
hotSpots.push({id: 'ScannerButton4', coords: '411,12,468,40'});
hotSpots.push({id: 'ScannerButton5', coords: '477,12,534,40'});
hotSpots.push({id: 'ScannerButton6', coords: '543,12,600,40'});
hotSpots.push({id: 'ScannerButton7', coords: '411,47,468,75'});
hotSpots.push({id: 'ScannerButton8', coords: '477,47,534,75'});
hotSpots.push({id: 'ScannerButton9', coords: '543,47,600,75'});
hotSpots.push({id: 'ScannerButton10', coords: '411,82,468,110'});
hotSpots.push({id: 'ScannerButton11', coords: '477,82,534,110'});
hotSpots.push({id: 'ScannerButton12', coords: '543,82,600,110'});
hotSpots.push({id: 'ScannerButton13', coords: '411,117,468,145'});
hotSpots.push({id: 'ScannerButton14', coords: '477,117,534,145'});
hotSpots.push({id: 'ScannerButton15', coords: '543,117,600,145'});
hotSpots.push({id: 'ScannerButton16', coords: '402,187,450,215'});
hotSpots.push({id: 'ScannerButton17', coords: '456,187,504,215'});
hotSpots.push({id: 'ScannerButton18', coords: '510,187,558,215'});
hotSpots.push({id: 'ScannerButton19', coords: '564,187,612,215'});
hotSpots.push({id: 'ScannerButton20', coords: '388,222,436,250'});
hotSpots.push({id: 'ScannerButton21', coords: '442,222,490,250'});
hotSpots.push({id: 'ScannerKnob1', coords: '524,251,18'});
hotSpots.push({id: 'ScannerKnob2', coords: '567,251,18'});
hotSpots.push({id: 'ScannerKnob3', coords: '616,249,23'});
hotSpots.push({id: 'SoftKey1', coords: '1,249,110,262'});
hotSpots.push({id: 'SoftKey2', coords: '122,249,242,262'});
hotSpots.push({id: 'SoftKey3', coords: '254,249,363,262'});
These are the only differences in the page source.