[IE][Kango 1.7.9] Content scripts can access the webpage's variables
Opened this issue · 3 comments
ThoranCheLadra commented
The content scripts on IE can access any window variables from the webpage it runs, meaning I can read the page's jQuery or any other window variables they might have. This causes conflict issues where the libraries hosted on the webpage may conflict with the libraries used in the content scripts.
I reckon this is why jQuery needs to be declared using noConflict on content scripts as well, on IE.
ThoranCheLadra commented
Hey guys,
Any news on this?
Cheers,
Arthur.
akrylysov commented
We are working on a workaround.
ThoranCheLadra commented
Any progress? 😄