• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Getting rid of web page warning - Opening .html pages stored on drive -
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Getting rid of web page warning - Opening .html pages stored on drive -
      • From: DealTek <email@hidden>
    • Re: Getting rid of web page warning - Opening .html pages stored on drive -
      • From: Joe <email@hidden>
  • Prev by Date: Re: Apple Script to combine the multiple pdf files as single pdf file
  • Next by Date: Re: Find all PowerPC Applications in Applications folder
  • Previous by thread: Re: Why is all not all?
  • Next by thread: Re: Getting rid of web page warning - Opening .html pages stored on drive -
  • Index(es):
    • Date
    • Thread