Getting rid of web page warning - Opening .html pages stored on drive -
Getting rid of web page warning - Opening .html pages stored on drive -
- Subject: Getting rid of web page warning - Opening .html pages stored on drive -
- From: DealTek <email@hidden>
- Date: Sun, 03 Apr 2011 13:50:15 -0700
Hi all,
I sometimes save web pages to the desktop (safari or FF) - whenever I double click to open one - I always get a dialog .... are you sure you want to open this web app...?
How do I disable this security dialog?
this says it's for 10.5 only. I set it up as folder action in 10.6.6 but it does not work
Q: - Is there an update to get it happening for snow leopard?
http://hints.macworld.com/article.php?story=20071029151619619
---------------------------
(*
"Unquarantine" by Henrik Nyh <http://henrik.nyh.se/2007/10/lift-the-leopard-download-quarantine>
This Folder Action handler is triggered whenever items are added to the attached folder.
It gets rid of Leopard's annoying "this application was downloaded from the Internet" warnings by stripping the "quarantine" property.
*)
on adding folder items to thisFolder after receiving addedItems
repeat with anItem in addedItems
set anItem's contents to (quoted form of POSIX path of (anItem as alias))
end repeat
set AppleScript's text item delimiters to " "
do shell script "xattr -d com.apple.quarantine " & (addedItems as text)
end adding folder items to
--
Thanks,
Dave - DealTek
email@hidden
[db-11]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden