website/docs/webmasters/index.xml

41 lines
8.9 KiB
XML
Raw Normal View History

2024-09-12 18:39:07 +05:30
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Webmasters on </title>
<link>//localhost:1313/docs/webmasters/</link>
<description>Recent content in Webmasters on </description>
<generator>Hugo</generator>
<language>en-US</language>
<lastBuildDate>Sat, 23 Mar 2024 13:53:02 +0530</lastBuildDate>
<atom:link href="//localhost:1313/docs/webmasters/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Installing mCaptcha on your website</title>
<link>//localhost:1313/docs/webmasters/installing-captcha/</link>
<pubDate>Wed, 22 Jun 2022 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/webmasters/installing-captcha/</guid>
<description>&lt;p&gt;mCaptcha can protect your website from DDoS attacks. In this guide we&amp;rsquo;ll&#xA;explore how to install mCaptcha on your website. The end result will be&#xA;something like this, on your website:&lt;/p&gt;&#xA;&lt;figure&gt;&#xA; &lt;img class=&#34;img-fluid lazyload blur-up&#34; data-sizes=&#34;auto&#34; src=&#34;//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu8539423057366315365.png&#34; data-srcset=&#34;//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu1419480717185241492.png 800w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu18366116196027657266.png 700w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu8883404866445004597.png 600w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu1488805238489702261.png 500w&#34; width=&#34;618&#34; height=&#34;669&#34; alt=&#34;A registration form with mCaptcha widget installed&#34;&gt;&#xA; &lt;noscript&gt;&lt;img class=&#34;img-fluid&#34; sizes=&#34;100vw&#34; srcset=&#34;//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu1419480717185241492.png 800w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu18366116196027657266.png 700w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu8883404866445004597.png 600w,//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result_hu1488805238489702261.png 500w&#34; src=&#34;//localhost:1313/docs/webmasters/installing-captcha/mcaptcha-widget-installation-result.png&#34; width=&#34;618&#34; height=&#34;669&#34; alt=&#34;A registration form with mCaptcha widget installed&#34;&gt;&lt;/noscript&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;For the purpose of this demo, we will be using&#xA;&lt;a href=&#34;https://demo.mcaptcha.org&#34;&gt;demo.mcaptcha.org&lt;/a&gt;, a demo instance running&#xA;in @realaravinth&amp;rsquo;s bedroom(for this same reason, it shouldn&amp;rsquo;t be used&#xA;for anything serious)&lt;/p&gt;</description>
</item>
<item>
<title>Configuring Difficulty Factor</title>
<link>//localhost:1313/docs/webmasters/configuring-difficulty-factor/</link>
<pubDate>Wed, 22 Jun 2022 00:00:00 +0000</pubDate>
<guid>//localhost:1313/docs/webmasters/configuring-difficulty-factor/</guid>
<description>&lt;p&gt;mCaptcha is highly responsive to detecting DDoS attacks. Admins are&#xA;advised to take advantage of it by setting low &lt;a href=&#34;//localhost:1313/docs/terminology/difficulty-factor/&#34;&gt;difficulty&#xA;factors&lt;/a&gt; for normal traffic levels&#xA;for their website.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Lowest advisable difficulty factor is 5000.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;For instance, if it is normal for my website to get 2000 requests for&#xA;every 30 seconds, I will set a &lt;a href=&#34;//localhost:1313/docs/terminology/cooldown-period&#34;&gt;cool&#xA;down&lt;/a&gt; period of 30 seconds and the&#xA;first level of difficulty configuration will have a &lt;a href=&#34;//localhost:1313/docs/terminology/visitor-threshold&#34;&gt;visitor threshold&lt;/a&gt; of 2000 with a&#xA;difficulty factor of 5000.&lt;/p&gt;</description>
</item>
<item>
<title>Terminology</title>
<link>//localhost:1313/docs/webmasters/terminology/</link>
<pubDate>Wed, 27 Jul 2022 08:48:45 +0000</pubDate>
<guid>//localhost:1313/docs/webmasters/terminology/</guid>
<description>&lt;h2 id=&#34;authorization-token&#34;&gt;Authorization token&lt;/h2&gt;&#xA;&lt;p&gt;When a visitor solves the CAPTCHA and sends their solution to an&#xA;mCaptcha instance, the solution will be verified for correctness. If the&#xA;solution is correct, mCaptcha will return a single use authorization token.&lt;/p&gt;&#xA;&lt;p&gt;This authorization token should be attached to the visitor&amp;rsquo;s requited to the&#xA;protected service and the protected service should validity of the&#xA;authorization token with the mCaptcha instance and only allow authorization to&#xA;protected resource if the authorization token is valid.&lt;/p&gt;</description>
</item>
<item>
<title>Webmasters FAQ</title>
<link>//localhost:1313/docs/webmasters/faq/</link>
<pubDate>Wed, 27 Jul 2022 08:48:45 +0000</pubDate>
<guid>//localhost:1313/docs/webmasters/faq/</guid>
<description>&lt;h3 id=&#34;easy-mode-default-cooldown-period&#34;&gt;Easy Mode: Default cooldown period&lt;/h3&gt;&#xA;&lt;p&gt;When configuring mCaptcha in &lt;a href=&#34;//localhost:1313/docs/webmasters/configuring-difficulty-factor/#easy-option&#34;&gt;easy mode&lt;/a&gt;, the default cooldown period is set to 30 seconds.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-get-site-key-from-dashboard&#34;&gt;How to get site key from dashboard?&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Go to &amp;ldquo;Site keys&amp;rdquo; on the side panel in the dashboard&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div align=center&gt;&#xA;&lt;figure&gt;&#xA; &lt;img class=&#34;img-fluid lazyload blur-up&#34; data-sizes=&#34;auto&#34; src=&#34;//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu1842978153838973955.png&#34; data-srcset=&#34;//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu7616676515296954887.png 800w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu2820398381730295401.png 700w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu14296824487641448064.png 600w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu13642425771348413616.png 500w&#34; width=&#34;222&#34; height=&#34;496&#34; alt=&#34;Site key menu option on the dashboard, encircled in red.&#34;&gt;&#xA; &lt;noscript&gt;&lt;img class=&#34;img-fluid&#34; sizes=&#34;100vw&#34; srcset=&#34;//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu7616676515296954887.png 800w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu2820398381730295401.png 700w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu14296824487641448064.png 600w,//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel_hu13642425771348413616.png 500w&#34; src=&#34;//localhost:1313/docs/webmasters/faq/sitekey-in-dashboard-sidepanel.png&#34; width=&#34;222&#34; height=&#34;496&#34; alt=&#34;Site key menu option on the dashboard, encircled in red.&#34;&gt;&lt;/noscript&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;click on the clipboard button to copy the site key to your&#xA;clipboard.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&#xA; &lt;img class=&#34;img-fluid lazyload blur-up&#34; data-sizes=&#34;auto&#34; src=&#34;//localhost:1313/docs/webmasters/faq/copy-sitekey_hu10670341732240698368.png&#34; data-srcset=&#34;//localhost:1313/docs/webmasters/faq/copy-sitekey_hu12574324563529048918.png 900w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu10402720001579260311.png 800w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu3452963981457815043.png 700w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu12392874392811771870.png 600w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu2183952705797892621.png 500w&#34; width=&#34;1825&#34; height=&#34;831&#34; alt=&#34;Copy site key to clipboard. Clipboard button is highlighted in the photo&#34;&gt;&#xA; &lt;noscript&gt;&lt;img class=&#34;img-fluid&#34; sizes=&#34;100vw&#34; srcset=&#34;//localhost:1313/docs/webmasters/faq/copy-sitekey_hu12574324563529048918.png 900w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu10402720001579260311.png 800w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu3452963981457815043.png 700w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu12392874392811771870.png 600w,//localhost:1313/docs/webmasters/faq/copy-sitekey_hu2183952705797892621.png 500w&#34; src=&#34;//localhost:1313/docs/webmasters/faq/copy-sitekey.png&#34; width=&#34;1825&#34; height=&#34;831&#34; alt=&#34;Copy site key to clipboard. Clipboard button is highlighted in the photo&#34;&gt;&lt;/noscript&gt;&#xA;&lt;/figure&gt;</description>
</item>
</channel>
</rss>