therube wrote:(I'm not seeing any issues.)
Did you reproduce exactly my sequence, including in
RequestPolicy?
therube wrote:(A screenshot certainly would help.
TinyPic.)
No need. I saw it. It's just a small box that says Error 2048 and something about server security issue.
I think I can fix this for OP. Thanks for the 2048 link and the assistance.
dgermann wrote:No, I do not have RequestPolicy. Ought I get it? Sounds like it would just add another layer to troubleshoot for this problem. Unless it opens some doors we cannot easily open otherwise....
It actually closes more doors, as a privacy issue, with some overlap into security. The developers of both add-ons, NS and RP, agree that each complements the other. But it will add another layer of blocking, and therefore, of some unblocking, which at times is trial-and-error at a new site. Soon, one learns which third parties are often necessary and
which are just ads and data-miners. So you may want to hold off until you're comfortable with NoScript, then give it a try.
Thanks for showing me where error console is: I just went to this website and got the error #2048 again, and there are no errors in there from the time I went to the site, so that is no help.
Yes, same as I did before -- nothing in Fx Error Console, but eventually, the warning box on the site itself.
Useful to know the location of the EC though, in case you should have future issues.
Since you got the same error message, then I do not have to find a site for posting the image?
Nope. (Your statement is correct.)
If I do need to post an image, what site(s) do you recommend?
There are a lot out there, and I haven't sorted through very many. Someone recommend imageshack to me, and it seemed satisfactory and reasonably user-friendly. Note
therube gave a link to another site, tinypic. So see which of the many suits you best -- I'm not recommending or endorsing, just "this has worked for me".
I have the church site set to permanently allow all, so I cannot reproduce your sequence. Is there a way to go back to the way it was, that is, just plain neutral? Does "forbid" do that?
Yes, and that's a good thing to do. I just did, so that we're "on the same page" (horrible pun, sorry.

)
I also went there with RequestPolicy set to "temporarily allow all requests", which is pretty much the same as disabling it. You don't have it, so now we're the same.
Open the NS menu and click Allow (thus adding to the whitelist)
Code: Select all
stpetermishawaka.org
http://cdn1.editmysite.com
scribd.com
scribidassets.com
I recommend marking as Untrusted google-analytics.com and quantserve.com, data-miners for which NoScript will run a "dummy"
Surrogate Script to keep the page happy. So they should never be needed anywhere.
At this point, the Blocked Object menu appears. Also, the Flash placeholder appears. Enabling by either method -- clicking the placeholder or in the Blocked Objects sub-menu -- caused the list to load perfectly.
Does this now work for you?
Yes, your ABE trick might be useful, Tom, thanks!
Not just for the Flash object, but also for the third-party sites, editmysite and scribid.com. You may not want them running everywhere.
So I would tell ABE to allow them there, but nowhere else. If you find some other site that requires one or the other, you'll get an ABE warning message that it blocked them. It's easy to edit the ABE rule.
Simplest first: the Flash object.
Open NS Menu > Options > Advanced > ABE, and ensure that "Enable ABE" is checked.
In the left-hand pane, click USER.
In the right-hand pane, you'll see "# User-defined rules. Feel free to experiment here."
In the following code snippet, click Select All, then Copy. Paste it into the ABE box, right under the default entry.
Code: Select all
# St. Peter Church rule (or any comment of your own choosing; the # tells NS it's only a comment, not actual code)
Site *@http://*.scribdassets.com
Accept from .stpetermishawaka.org
Deny
Click "Refresh", to activate the syntax checker. If nothing turns red, we're good. Click "OK".
I just tested that on Firefox 11.0, and all works as desired, Please confirm.
If we're good, then we add restrictions for the other sites. You can edit ABE like any other text document, or just overwrite the rule we just made with this one:
Code: Select all
# St. Peter Church rule
Site *@http://*.scribdassets.com .scribidasstets.com .scribid.com .editmysite.com
Accept from .stpetermishawaka.org
Deny
This restricts the scribid and editmysite to this site only. I haven't run into those particular scripts elsewhere, but if you do, and they seem necessary, let me know -- or perhaps this running start will help you to do it on your own?

(Don't forget to click OK after the editing.)
The Webmaster here is a volunteer member of the congregation who is at this time seeking help from their webhost. I'd guess they will say the problem is on my end and not work to solve it!
Typically, yes -- even from large corporations.
It keeps us busy.
ETA: Inadvertently left scribidassets.com out of the sites you should Allow in NS Menu, or add manually to Whitelist. (NS Options > Whitelist.)
Edited the code block way above to reflect this.
And you should do the ABE rule when you're not on that site. Or whitelist the scripts, navigate away from that page or close/restart the browser, add the ABE rules, and navigate back. (not using back arrow, but typing anew in address bar, or using your bookmark, if applicable.) We want it to load freshly and subject itself to our new ABE rule.