<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Chrome.ahk]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15904</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15904&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Chrome.ahk».]]></description>
		<lastBuildDate>Wed, 09 Dec 2020 14:15:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: Chrome.ahk]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=144042#p144042</link>
			<description><![CDATA[<p>Добрый день, использую библиотеку Chrome.ahk (<a href="https://www.autohotkey.com/boards/viewtopic.php?t=42890">https://www.autohotkey.com/boards/viewtopic.php?t=42890</a>)</p><p>Для корректной работы необходимо вручную отключать &quot;все сайты, подключение к которым выполянется в обход прокси сервера&quot; через: </p><div class="codebox"><pre><code>run, dll32 inetcpl.cpl, LaunchSecurityDialogEx</code></pre></div><p>А если менять через реестр, то при попытке загрузки страницы, параметр &quot;ProxyBypass&quot; опять становится &quot;1&quot;. Отключал сеть ( думал ГП подтягиваются), тоже самое.<br /></p><div class="codebox"><pre><code>
RegRead, outputvar, HKCU, Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap, ProxyBypass
if (outputvar = 1) or (outputvar = &quot;&quot;)
{
   RegWrite, REG_DWORD, HKCU, Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap, ProxyBypass, 0
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Wed, 09 Dec 2020 14:15:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=144042#p144042</guid>
		</item>
	</channel>
</rss>
