Twitch, jquery and my URL

I allow adress https://code.jquery.com/ on Whitelist URL

I open it on inspect mode

and have this error:
Refused to load the script ‘https://code.jquery.com/jquery-1.10.2.js’ because it violates the following Content Security Policy directive: “script-src ‘self’ https://5ephiv0mjp98oz8s03oasxh6oot00o.ext-twitch.tv https://extension-files.twitch.tv https://www.google-analytics.com”. Note that ‘script-src-elem’ was not explicitly set, so ‘script-src’ is used as a fallback.

and then my main script.js have error :
Uncaught ReferenceError: $ is not defined
at script4.js:1

Can I allow JQUERY?

Thanks