Category: Internet
-
Impact.com – one of the WORST partners to work with
This is possibly pure frustration post but allow me to put my arguments here. I will describe all the ways this company is one of the worst software companies I have ever worked with on behalf of a client. The Absolute Worst Affiliate Partner Program: Why impact.com Should Be Avoided at All Costs When choosing…
-
How to temporarily bypass content security policy CSP headers
Browser: FirefoxExtension: Mod Headers https://addons.mozilla.org/en-US/firefox/addon/modheader-firefox/ Add A CSP policy like this:Use “parse” option and paste this: To create a Content Security Policy (CSP) header that allows everything, you would use the ‘unsafe-inline’ and ‘unsafe-eval’ sources for scripts and styles, and the * wildcard to allow all other sources. This setup is generally not recommended for…
-
Proxy another website url on a particular path using cloudflare workers – modify response body
-
What is DMARC and How to set it up?
DMARC stands for Domain-based Message Authentication, Reporting, and Conformance It can be used as a way to prevent specific type of SPAM. Hence it should be added as TXT record in your DNS zone, just like SPF and DKIM signatures. Example DMARC policies These are some example policies and how they appear in the DNS…
-
Mouse and Keyboard sharing across Computers
We use multiple computers in workspace or in home. Often need to share same mouse and keyboard for all because you probably have a wireless/wired keyboard mouse set. here arises the issue that how to share same set of input controllers for both machines. Below are a few free and paid options for you to…
-
Quick tips on American SALES TAX for developers who are setting up an ecommerce store for USA based organization
So, all of the info you read below is the summary of 6 hours I spent yesterday in gathering information about taxes in USA. – to be particular – Sales Tax. Not Income tax To start with, USA has 50 states, meaning constituent political entity. All states have their own rules for sales tax and…
-
How to switch your DNS to Google DNS or Cloudflare DNS on Windows 10?
So, this is the scenario. You are using some local ISP which has its own DNS server fulfilling your DNS requests but to speed things up and not rely upon a DNS server which is updated less frequently. For that purpose,we can switch our computer’s DNS to some other public DNS like Google’s or Cloudflare…
-
What happened to googleforwork.com? Welcome the new cloudconnect.goog domain
So GoogleforWork.com is now being redirected to cloud.google.com and the same applies for its subdomain connect.googleforwork.com. Earlier the campaigns at google work communities are now hosted at www.cloudconnect.goog It is interesting to note that it uses .goog and not .google TLD, here is some more info about .goog TLD In the past we have seen…
-
How to setup / enable Directory index listing?
When a web browser is pointed to a directory on your website which does not have an index.html file in it, the files in that directory can be listed on a web page. Directory Lister is a simple PHP script that lists the contents of any web-accessible directory and allows navigating therewithin. Simply upload Directory…
-
How to learn Git in 15 minutes? List of most basic git commands
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. Every dev has a working copy of the code and full change history on their local machine Here are…