Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Manager vetoed action Error in version 0.9.0 #1254

Closed
strangerdream opened this issue Jan 23, 2011 · 5 comments
Closed

Security Manager vetoed action Error in version 0.9.0 #1254

strangerdream opened this issue Jan 23, 2011 · 5 comments
Milestone

Comments

@strangerdream
Copy link

Since I upgraded to this version, many Greasemonkey scripts are giving this error:
Error: Security Manager vetoed action
Source File: file:///C:/Documents%20and%20Settings/Administrator.EXPERIEN-EDF839/Application%20Data/Mozilla/Firefox/Profiles/26dv5w8w.default/gm_scripts/movie_torrent_search_lin/movie_torrent_search_lin.user.js
Line: 4294966940

@arantius
Copy link
Collaborator

Can you provide an exact example of both which script (including source URL) and which page the error happens on?

@strangerdream
Copy link
Author

Script from: http://userscripts.org/scripts/show/38484
When you visit this page: http://www.imdb.com/title/tt0820827/
Or any of the imdb movie page will give the error. I read somewhere that it has something to do with use of unsafeWindow in the script.

@lcabral37
Copy link

I got this error from one of my one scripts (not in the userscript)
"Security Manager vetoed action" nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)" location: "JS frame :: http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js :: anonymous :: line 24" data: no]

My script loads jquery dynamically in an identical way to this example http://joanpiedra.com/jquery/greasemonkey/

If needed I can also provide my script source code

@sizzlemctwizzle
Copy link
Contributor

Confirmed that the patch for issue #1258 also solves this issue, which makes it another dupe(although this issue was created first). I installed the script posted by strangerdream and it work fine with no errors.

@Martii
Copy link
Contributor

Martii commented Jan 25, 2011

Confirmed patch for issue #1258 resolves this issue here... imdb has a "timed" direct linking so in order to test, one currently needs to go to http://www.imdb.com... then find a title by using the dropdown list of Movies → Now Playing and then pick a title... script no longer throws a veto like it did last night.

Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants