Loc.alize.us bookmarklet blocked
Posted: Sat Aug 27, 2011 1:47 pm
Hello,
I've been using extensively the bookmarklet created by aemkei to geotag photos on Flickr which pops up a map where one can select the location of the photo shoot.
I had no problem using it for years in combination with NoScript after giving proper authorizations to the site involved (essentially flickr.com,github.com,sumaato.net and googleapis.com).
Since I installed Firefox 6.0, the bookmarklet does not work anymore: the map does not show up when clicking the bookmark, no error message is displayed. Basically nothing happens.
I didn't try with Firefox 5 but I'm positive it did work with Firefox 4.x
The only way to make it work again is to disable the NoScript plugin completely as not even allowing scripts globally works and neither option is acceptable for me.
When NoScript is enabled, the FF console shows a messages marked as informative (neither as error nor warning):
[NoScript] Blocking nosniff Javascript served from https://raw.github.com/ubilabs/flickr_g ... er/main.js with wrong type info text/plain, inline and included by http://www.flickr.com/photos/seaan/5655 ... otostream/
I'm using NoScript 2.1.2.7rc2
The bookmarklet (code below) invokes a script stored on the remote server.
Does this ring a bell to anyone?
Thanks in advance
Pi314
I've been using extensively the bookmarklet created by aemkei to geotag photos on Flickr which pops up a map where one can select the location of the photo shoot.
I had no problem using it for years in combination with NoScript after giving proper authorizations to the site involved (essentially flickr.com,github.com,sumaato.net and googleapis.com).
Since I installed Firefox 6.0, the bookmarklet does not work anymore: the map does not show up when clicking the bookmark, no error message is displayed. Basically nothing happens.
I didn't try with Firefox 5 but I'm positive it did work with Firefox 4.x
The only way to make it work again is to disable the NoScript plugin completely as not even allowing scripts globally works and neither option is acceptable for me.
When NoScript is enabled, the FF console shows a messages marked as informative (neither as error nor warning):
[NoScript] Blocking nosniff Javascript served from https://raw.github.com/ubilabs/flickr_g ... er/main.js with wrong type info text/plain, inline and included by http://www.flickr.com/photos/seaan/5655 ... otostream/
I'm using NoScript 2.1.2.7rc2
The bookmarklet (code below) invokes a script stored on the remote server.
Does this ring a bell to anyone?
Thanks in advance
Pi314
Code: Select all
javascript:(function(){
if(window.geocoding_bookmarklet){geocoding_bookmarklet.reload();return;}
var script=document.createElement("script");
script.src="http://github.com/ubilabs/flickr_geocoding_bookmarklet/raw/master/main.js?" + Math.random();
document.body.appendChild(script);})();