<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on Antomor</title>
    <link>https://antomor.com/categories/security/</link>
    <description>Recent content in Security on Antomor</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 11 Apr 2020 10:51:20 +0200</lastBuildDate><atom:link href="https://antomor.com/categories/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CSP and CORS</title>
      <link>https://antomor.com/blog/csp-and-cors/</link>
      <pubDate>Sat, 11 Apr 2020 10:51:20 +0200</pubDate>
      
      <guid>https://antomor.com/blog/csp-and-cors/</guid>
      <description>What is CSP CSP stands for Content Security Policy and it is a security mechanism that helps to protect or mitigate some common attacks such as XSS (Cross-site scripting). It can be set by means of Content-Security-Policy HTTP header or using HTML meta tag.
HTTP header:
Content-Security-Policy: policy HTML Meta tag:
&amp;lt;meta http-equiv=&amp;#34;Content-Security-Policy&amp;#34; content=&amp;#34;policy&amp;#34;&amp;gt; A policy describes a set of directives composed by the area in which the rule is applied and the rule itself.</description>
    </item>
    
    <item>
      <title>Security Headers on Static Websites</title>
      <link>https://antomor.com/blog/security-headers-on-static-websites/</link>
      <pubDate>Thu, 26 Dec 2019 10:56:23 +0100</pubDate>
      
      <guid>https://antomor.com/blog/security-headers-on-static-websites/</guid>
      <description>When I started this blog, I evaluated many options:
 blogging platform vs static-generated website self-hosted vs hosted solutions costs and many more.  I ended up trying to build something very simple, consisting in a static website hosted on GitHub Pages. With this solution, I have been able to cut the cost on any host solution, since that, being a dev, I am quite comfortable in writing in a text editor.</description>
    </item>
    
  </channel>
</rss>
