<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Setting development mode in iceweasel-uxp or trusting local address]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=561&amp;type=atom" />
	<updated>2021-07-14T11:35:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=561</id>
		<entry>
			<title type="html"><![CDATA[Setting development mode in iceweasel-uxp or trusting local address]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3187#p3187" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sagaracharya]]></name>
			</author>
			<updated>2021-07-14T11:35:30Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3187#p3187</id>
		</entry>
</feed>
