<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — Setting development mode in iceweasel-uxp or trusting local address]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=561</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=561&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Setting development mode in iceweasel-uxp or trusting local address.]]></description>
		<lastBuildDate>Wed, 14 Jul 2021 11:35:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Setting development mode in iceweasel-uxp or trusting local address]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3187#p3187</link>
			<description><![CDATA[<div class="codebox"><pre><code>response.set_cookie(&#039;cookie_key&#039;, secure=True, httponly=True, samesite=&#039;Strict&#039;, max_age=1800)</code></pre></div><p>Above code in python-flask ensures that the cookie is sent over a secure https connection only and prevents cross scripting attacks to some extent. The issue I get while developing is iceweasel-uxp shows 127.0.0.1:5000 is untrustworthy since it isn&#039;t encrypted for development testing.</p><div class="codebox"><pre><code>response.set_cookie(&#039;cookie_key&#039;, httponly=True, samesite=&#039;Strict&#039;, max_age=1800)</code></pre></div><p>Above code works well. My question is<br />Is there a development mode in iceweasel-uxp OR how do I make 127.0.0.1:5000 a trusted address?</p>]]></description>
			<author><![CDATA[null@example.com (sagaracharya)]]></author>
			<pubDate>Wed, 14 Jul 2021 11:35:30 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3187#p3187</guid>
		</item>
	</channel>
</rss>
