KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

[IE][Kango 1.7.9] Content scripts can access the webpage's variables #136

Open ThoranCheLadra opened 9 years ago

ThoranCheLadra commented 9 years ago

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 9 years ago

Hey guys,

Any news on this?

Cheers, Arthur.

akrylysov commented 9 years ago

We are working on a workaround.

ThoranCheLadra commented 9 years ago

Any progress? :smile: