| bio | website | schloebe.de |
|---|---|---|
| location | Germany | |
| age | 29 | |
| visits | member for | 1 year |
| seen | 7 hours ago | |
| stats | profile views | 6 |
In progress...
|
Apr 29 |
comment |
jQuery/CSS3/HTML5 experiment/technique for a lava lamp organism :) Okay, sorry for that. |
|
Apr 29 |
revised |
jQuery/CSS3/HTML5 experiment/technique for a lava lamp organism :) added 5 characters in body |
|
Apr 29 |
awarded | Editor |
|
Apr 29 |
asked | jQuery/CSS3/HTML5 experiment/technique for a lava lamp organism :) |
|
Mar 4 |
awarded | Popular Question |
|
Dec 9 |
accepted | Refused to connect to [url] because it violates the following Content Security Policy directive |
|
Dec 9 |
comment |
Refused to connect to [url] because it violates the following Content Security Policy directive Woah, thanks Mike! Indeed I am executing the XHR request from my extension's content script. Now that you mention it... I am doing all the OAuth stuff with the remote API in a background script, and the authentication seems to go through, so you're right. |
|
Dec 9 |
awarded | Supporter |
|
Dec 9 |
comment |
Refused to connect to [url] because it violates the following Content Security Policy directive Well, already tried that, but the content_security_policy directive in the manifest.json file does only apply to my extension, not to the website the extension gets injected. My extension does place "Translate" links below each status update on facebook.com which starts the AJAX request to api.microsofttranslator.com by clicking the link. As the AJAX request is getting invoked from facebook.com, I don't see any chance to get around FB's CSP directives. Not even by adding the URIs in my extension's manifest file... |
|
Dec 9 |
comment |
Refused to connect to [url] because it violates the following Content Security Policy directive Yep, I'm using the remote API at api.microsofttranslator.com to catch the translated string via AJAX. Until a few days ago it was working fine, so I guess Facebook added these CSP directives only lately. Is there any way I can contact FB to include the api.microsofttranslator.com URI? Otherwise my extension is broken for good as it relies on the Translation API for my extension to work. Bummer. |
|
Dec 9 |
comment |
Refused to connect to [url] because it violates the following Content Security Policy directive On a related note, that's what FB.com returns in their headers: > X-WebKit-CSP:default-src ;script-src https://.facebook.com http://*.facebook.com https://*.fbcdn.net http://*.fbcdn.net .facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1: .spotilocal.com: chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl 'unsafe-inline' 'unsafe-eval' https://*.akamaihd.net http://*.akamaihd.net;style-src * 'unsafe-inline';connect-src https://*.facebook.com http://*.facebook.com https://*.fbcdn.net http://*.fbcdn.net .facebook.net *.spotilocal.com: https://*.; |
|
Dec 9 |
comment |
Refused to connect to [url] because it violates the following Content Security Policy directive The thing is, I havn't listed these URIs anywhere in my Chrome extension manifest file (see my original post). That's why I think Facebook did add these content security directives. It's a new HTML5 technique and I think Facebook added these to their site to restrict AJAX requests to remote URIs, and I don't think I am able to overwrite them from my Chrome extension... |
|
Dec 9 |
asked | Refused to connect to [url] because it violates the following Content Security Policy directive |
|
Oct 4 |
awarded | Autobiographer |
|
Oct 4 |
accepted | Notification emails on Android App purchases as developer |
|
Oct 4 |
comment |
Notification emails on Android App purchases as developer Thanks, Nikolay! |
|
Oct 3 |
asked | Notification emails on Android App purchases as developer |
|
Sep 27 |
awarded | Scholar |
|
Sep 27 |
comment |
Changed splash.png image but it doesn't change in emulator Thanks, that worked for now! Also clearing the bin/ folder. Hope I won't have to do everytime I make changes to the app. |
|
Sep 27 |
accepted | Changed splash.png image but it doesn't change in emulator |