I'm trying to make a javascript-heavy website support browsers which can't load external javascript, the only way I can think of to do this is to request and process the file in javascript, which seems like it would create a major security risk if done through an unencrypted connection.