jordam/Portify.JS

Patch CORS Glitch

jordam opened this issue · 0 comments

This script broke, I'm adding a note for me to fix it.

Issue:
My ajax call out to get googles current javascript seems to be limited by cors or something.

Plan:
Utilize the parameter passing trick on the url to force a semi-auto coors workaround.
Roll over javascript and b64 encode and append. decode and inject on primary page.