Skip to content

A documentation of all known URL cloaking methods.

Notifications You must be signed in to change notification settings

cohenerickson/cloaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Cloaking

URL cloaking is the act of hiding the actual domain name of a website from the URL field of a user's web browser.

Methods

  • About Blank
  • Data URL
  • Blob URL

About Blank

The About Blank method uses the window.open() function to open a new blank tab with the URL of about:blank.

Read more.

Data URL

The data URL method uses data urls as the name sugests to display content through the content type text/html, an example of a data url is data:text/html;charset=utf8,Hello%20World.

Read more.

Blob URL

The blob URL method is similar to the Data URL method, it uses JavaScript's built in Blob class in order to generate a file-like object that can then be viewed by the user.

Read more.

Have another method? Make an issue or pull request.

About

A documentation of all known URL cloaking methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published