<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Ruby_on_Rails_Connection_Security_Cheatsheet</id>
		<title>Ruby on Rails Connection Security Cheatsheet - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Ruby_on_Rails_Connection_Security_Cheatsheet"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Ruby_on_Rails_Connection_Security_Cheatsheet&amp;action=history"/>
		<updated>2026-05-26T16:41:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Ruby_on_Rails_Connection_Security_Cheatsheet&amp;diff=238178&amp;oldid=prev</id>
		<title>ZaurMolotnikov: Created page with &quot;When securing a rails application it is essential to enforce connection security.  Its is done with simple configuration in rails by enabling TLS and forcing it:    &lt;syntaxhig...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Ruby_on_Rails_Connection_Security_Cheatsheet&amp;diff=238178&amp;oldid=prev"/>
				<updated>2018-02-28T14:56:45Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;When securing a rails application it is essential to enforce connection security.  Its is done with simple configuration in rails by enabling TLS and forcing it:    &amp;lt;syntaxhig...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When securing a rails application it is essential to enforce connection security.&lt;br /&gt;
&lt;br /&gt;
Its is done with simple configuration in rails by enabling TLS and forcing it:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;syntaxhighlight lang=&amp;quot;ruby&amp;quot; line='line'&amp;gt;&lt;br /&gt;
  # config/environments/production.rb&lt;br /&gt;
  # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies&lt;br /&gt;
  config.force_ssl = true&lt;br /&gt;
  &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the line 3 as above in your configuration for production.&lt;/div&gt;</summary>
		<author><name>ZaurMolotnikov</name></author>	</entry>

	</feed>