<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Changing the system&#8217;s default settings for html files (safe)</title>
	<atom:link href="http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/feed/" rel="self" type="application/rss+xml" />
	<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/</link>
	<description>Yet another mac user's blog</description>
	<lastBuildDate>Sun, 22 Jan 2012 20:12:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mark Gaither</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-15708</link>
		<dc:creator>Mark Gaither</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-15708</guid>
		<description>Adobe Digital Editions users:

Add the file extension ACSM to the key LSRiskCategoryExtensions.

Here&#039;s an example:

	LSRiskCategorySafe
	
		LSRiskCategoryContentTypes
		
			public.html
		
		LSRiskCategoryExtensions
		
			ACSM
		
	

</description>
		<content:encoded><![CDATA[<p>Adobe Digital Editions users:</p>
<p>Add the file extension ACSM to the key LSRiskCategoryExtensions.</p>
<p>Here&#8217;s an example:</p>
<p>	LSRiskCategorySafe</p>
<p>		LSRiskCategoryContentTypes</p>
<p>			public.html</p>
<p>		LSRiskCategoryExtensions</p>
<p>			ACSM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazeez</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-14809</link>
		<dc:creator>Lazeez</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-14809</guid>
		<description>The quarantine bit is set for already downloaded files and you&#039;ll get the warning dialog for each file that you want to open. Of course, there is a way around this. Using the terminal is the quickest way to do this.

The following command removes the quarantine bit from the files:

&lt;code&gt;find . -name &#039;*.phtml&#039; -exec xattr -d com.apple.quarantine {} \;&lt;/code&gt;

of course, you need to navigate to the directory holding those phtml files before you type this command. The backslash before the semi-colon at the end is important.</description>
		<content:encoded><![CDATA[<p>The quarantine bit is set for already downloaded files and you&#8217;ll get the warning dialog for each file that you want to open. Of course, there is a way around this. Using the terminal is the quickest way to do this.</p>
<p>The following command removes the quarantine bit from the files:</p>
<p><code>find . -name '*.phtml' -exec xattr -d com.apple.quarantine {} \;</code></p>
<p>of course, you need to navigate to the directory holding those phtml files before you type this command. The backslash before the semi-colon at the end is important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-14804</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 17 Mar 2010 12:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-14804</guid>
		<description>This works great on newly downloaded files but I have noticed specifically .phtml files I have downloaded before implementing the plist file still give the message, &quot; may be a script application. It was downloaded from the internet...&quot; etc.

All other file types I&#039;ve tested are okay just .phtml

I used Safari 4 to download this file a few months back.

Any .phtml files downloaded after are fine and do not give the annoying message.

Any ideas as I have many files with this extension?</description>
		<content:encoded><![CDATA[<p>This works great on newly downloaded files but I have noticed specifically .phtml files I have downloaded before implementing the plist file still give the message, &#8221; may be a script application. It was downloaded from the internet&#8230;&#8221; etc.</p>
<p>All other file types I&#8217;ve tested are okay just .phtml</p>
<p>I used Safari 4 to download this file a few months back.</p>
<p>Any .phtml files downloaded after are fine and do not give the annoying message.</p>
<p>Any ideas as I have many files with this extension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cara Mia</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-9679</link>
		<dc:creator>cara Mia</dc:creator>
		<pubDate>Mon, 16 Nov 2009 02:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-9679</guid>
		<description>Today it doesn&#039;t work.  The .plist file seems to have vanished.  Re-created it, still can&#039;t open a pile of files without the safety prompt interfering...</description>
		<content:encoded><![CDATA[<p>Today it doesn&#8217;t work.  The .plist file seems to have vanished.  Re-created it, still can&#8217;t open a pile of files without the safety prompt interfering&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cara Mia</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-9631</link>
		<dc:creator>Cara Mia</dc:creator>
		<pubDate>Sun, 15 Nov 2009 02:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-9631</guid>
		<description>This is awesome thank you, just what I needed.  It didn&#039;t work at first but shutting down Safari may have made it work.  Or, I had been trying to open a pile of files all highlighted before created the new .plist file... not sure if unhighlighting and re-highlighting made it finally work, or if it was the restart of Safari.  Happy it works now though.  Surprised Apple doesn&#039;t have a setting for this under Security in System Preferences so weird.</description>
		<content:encoded><![CDATA[<p>This is awesome thank you, just what I needed.  It didn&#8217;t work at first but shutting down Safari may have made it work.  Or, I had been trying to open a pile of files all highlighted before created the new .plist file&#8230; not sure if unhighlighting and re-highlighting made it finally work, or if it was the restart of Safari.  Happy it works now though.  Surprised Apple doesn&#8217;t have a setting for this under Security in System Preferences so weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-8879</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-8879</guid>
		<description>It&#039;s a shame we have to work around but it&#039;s always great in the Mac world to know people are dedicated to helping people rather than make a buck... Worked great... Thanks for the post and the help.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame we have to work around but it&#8217;s always great in the Mac world to know people are dedicated to helping people rather than make a buck&#8230; Worked great&#8230; Thanks for the post and the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirley</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-8827</link>
		<dc:creator>Shirley</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-8827</guid>
		<description>Works like a charm ! 

As first it didn&#039;t work because I mistakenly put the plist file in Library/Preferences instead of Users/Username/Library/Preferences. After I moved it to the correct location it works and saves me countless clicks (opening HUNDREDS of php files today).

This &quot;feature&quot; of Leopard is SOOOOO annoying !

Thank you so much for sharing ! :)</description>
		<content:encoded><![CDATA[<p>Works like a charm ! </p>
<p>As first it didn&#8217;t work because I mistakenly put the plist file in Library/Preferences instead of Users/Username/Library/Preferences. After I moved it to the correct location it works and saves me countless clicks (opening HUNDREDS of php files today).</p>
<p>This &#8220;feature&#8221; of Leopard is SOOOOO annoying !</p>
<p>Thank you so much for sharing ! <img src='http://mymacinations.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schneider</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-8769</link>
		<dc:creator>Tom Schneider</dc:creator>
		<pubDate>Sat, 17 Oct 2009 20:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-8769</guid>
		<description>Thanks for posting this!  You have to reboot or restart your machine for it to take effect.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!  You have to reboot or restart your machine for it to take effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aMac</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-8358</link>
		<dc:creator>aMac</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-8358</guid>
		<description>Thank you. This &quot;bug&quot; have bothered me ever since it was introduced in 10.5.1. I can&#039;t understand why Apple have&#039;nt included a &#039;safe file&#039; option in System Preferences or something. So we can choose what files are safe or not.</description>
		<content:encoded><![CDATA[<p>Thank you. This &#8220;bug&#8221; have bothered me ever since it was introduced in 10.5.1. I can&#8217;t understand why Apple have&#8217;nt included a &#8216;safe file&#8217; option in System Preferences or something. So we can choose what files are safe or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-8031</link>
		<dc:creator>PC</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-8031</guid>
		<description>anyone know... do wildcards work? Because, honestly, and i know this is not always a good policy, i would just add * if wildcards work... because i&#039;m cautious about where i go, what i do, and i have antivirus anyways. They&#039;ve already made it so no script can rm -rf /*, well not without prompting me for my password. So just by watching for password prompts... Apple, please make Quarantine FOAD. 

PLSKTHNXBAI.</description>
		<content:encoded><![CDATA[<p>anyone know&#8230; do wildcards work? Because, honestly, and i know this is not always a good policy, i would just add * if wildcards work&#8230; because i&#8217;m cautious about where i go, what i do, and i have antivirus anyways. They&#8217;ve already made it so no script can rm -rf /*, well not without prompting me for my password. So just by watching for password prompts&#8230; Apple, please make Quarantine FOAD. </p>
<p>PLSKTHNXBAI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hillerström</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-7799</link>
		<dc:creator>Peter Hillerström</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-7799</guid>
		<description>Thank you very very much!

I&#039;ve been so irritated that TextMate decided to implement this security &quot;feature&quot; introduced in Mac OS X Leopard, and refuses to open multiple php files at once even when I accept one of them.

Apple has definitely made a wrong decision here about executing &quot;safe&quot; content upon download and not showing the file extensions by default!</description>
		<content:encoded><![CDATA[<p>Thank you very very much!</p>
<p>I&#8217;ve been so irritated that TextMate decided to implement this security &#8220;feature&#8221; introduced in Mac OS X Leopard, and refuses to open multiple php files at once even when I accept one of them.</p>
<p>Apple has definitely made a wrong decision here about executing &#8220;safe&#8221; content upon download and not showing the file extensions by default!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David A Teare</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-6793</link>
		<dc:creator>David A Teare</dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-6793</guid>
		<description>Thanks for the awesome fix!

For those that it didn&#039;t work, try restarting Safari. No idea if that is mandatory, but it&#039;s what I did and it works great.</description>
		<content:encoded><![CDATA[<p>Thanks for the awesome fix!</p>
<p>For those that it didn&#8217;t work, try restarting Safari. No idea if that is mandatory, but it&#8217;s what I did and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-5508</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-5508</guid>
		<description>doesn&#039;t work for me either!</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work for me either!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Öppna flera php-filer i ett svep – Macbloggen</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-3332</link>
		<dc:creator>Öppna flera php-filer i ett svep – Macbloggen</dc:creator>
		<pubDate>Thu, 16 Apr 2009 11:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-3332</guid>
		<description>[...] av informationen i artikeln är hämtad från den här artikeln och den här på macosxhints. Även My Macinations har en artikel.   Rekommendera artikeln till [...]</description>
		<content:encoded><![CDATA[<p>[...] av informationen i artikeln är hämtad från den här artikeln och den här på macosxhints. Även My Macinations har en artikel.   Rekommendera artikeln till [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-2855</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Tue, 07 Apr 2009 07:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-2855</guid>
		<description>This didn&#039;t work for me, I&#039;m trying to add torrents to the safe list. both links are dead so i can&#039;t find the file type stuff :/

osx 10.5.6</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me, I&#8217;m trying to add torrents to the safe list. both links are dead so i can&#8217;t find the file type stuff :/</p>
<p>osx 10.5.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter da Silva</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-2483</link>
		<dc:creator>Peter da Silva</dc:creator>
		<pubDate>Fri, 20 Mar 2009 17:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-2483</guid>
		<description>Well, crap, Safari seems to be ignoring DownloadAssesment.plist.</description>
		<content:encoded><![CDATA[<p>Well, crap, Safari seems to be ignoring DownloadAssesment.plist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winstrong</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-2017</link>
		<dc:creator>Winstrong</dc:creator>
		<pubDate>Sun, 22 Feb 2009 16:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-2017</guid>
		<description>Thanks very much for posting this and making it easy to find with a Google search.</description>
		<content:encoded><![CDATA[<p>Thanks very much for posting this and making it easy to find with a Google search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelsang pagchen</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-1599</link>
		<dc:creator>Kelsang pagchen</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-1599</guid>
		<description>sorry it should read:
&lt;code&gt;public.php-script&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>sorry it should read:<br />
<code>public.php-script</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelsang pagchen</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-1598</link>
		<dc:creator>Kelsang pagchen</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-1598</guid>
		<description>I also added this line so I can zip php files I just downloaded with CleanArchiver:
public.php-script

thank you so much, its a savior for me !</description>
		<content:encoded><![CDATA[<p>I also added this line so I can zip php files I just downloaded with CleanArchiver:<br />
public.php-script</p>
<p>thank you so much, its a savior for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter da Silva</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-1289</link>
		<dc:creator>Peter da Silva</dc:creator>
		<pubDate>Tue, 11 Nov 2008 16:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-1289</guid>
		<description>These are there as a result of two stupid decisions by apple, copied from Microsoft:

1. open &quot;safe&quot; files after downloading.
2. hide file extensions for known file types

Instead of backing off these bad ideas, Apple implemented a copy of the tool Microsoft uses to train people to answer &quot;YES&quot; to &quot;badguy.com wants to install a virus on your computer. Is this OK? (Install) (Panic)&quot;. Whiskey Tango Foxtrot, Apple.</description>
		<content:encoded><![CDATA[<p>These are there as a result of two stupid decisions by apple, copied from Microsoft:</p>
<p>1. open &#8220;safe&#8221; files after downloading.<br />
2. hide file extensions for known file types</p>
<p>Instead of backing off these bad ideas, Apple implemented a copy of the tool Microsoft uses to train people to answer &#8220;YES&#8221; to &#8220;badguy.com wants to install a virus on your computer. Is this OK? (Install) (Panic)&#8221;. Whiskey Tango Foxtrot, Apple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-467</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 23 Jul 2008 17:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-467</guid>
		<description>THANK YOU! These stupid security alerts drive me nuts. I wish there was an easy way to shut it off completely. If you know anything about computers you shouldn&#039;t need it.</description>
		<content:encoded><![CDATA[<p>THANK YOU! These stupid security alerts drive me nuts. I wish there was an easy way to shut it off completely. If you know anything about computers you shouldn&#8217;t need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OS X Leopard - Are you sure you want to open it?</title>
		<link>http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/comment-page-1/#comment-263</link>
		<dc:creator>OS X Leopard - Are you sure you want to open it?</dc:creator>
		<pubDate>Tue, 15 Apr 2008 12:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://mymacinations.com/2008/02/06/changing-the-systems-default-settings-for-html-files-safe/#comment-263</guid>
		<description>[...] second is by Lazeez (Changing the system’s default settings for html files (safe)) is my preferred solution. Basically you need to create a file called [...]</description>
		<content:encoded><![CDATA[<p>[...] second is by Lazeez (Changing the system’s default settings for html files (safe)) is my preferred solution. Basically you need to create a file called [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

