On 01/28/2015 07:30 PM, Pierre Lamot wrote:
> Sorry, my bad, they are actually modifying the navigator URL with a bit of JS
> <script type="text/javascript">
>    document.domain = 'facebook.com';
>    if (window == top) {
>        setTimeout(function() {
>              document.getElementById("warning").style.display = "block";
>         }, 2000);    }    setTimeout(function() {
>               if (window.history.replaceState) {
>                   window.history.replaceState({}, "", 
> "\/connect\/blank.html#_=_");
>       }    }, 2000);</script> --


This happens only if you use

   https://www.facebook.com/connect/login_success.html

as redirect_uri. If you use localhost the redirect will just 404 leaving 
the url in the browser bar alone.




Regards

-- 
Marcello Perathoner
webmas...@gutenberg.org

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to