Skip to content

Express middleware to ignore favicon.* requests.

License

Notifications You must be signed in to change notification settings

pospi/express-no-favicons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-no-favicons

Express middleware to ignore all favicon and iOS touch-icon requests.

Fork of original no-favicon module by Ricardo Ferro https://github.com/rferro/no-favicon with extra URL exclusions for mobile devices and the modern web.

Install

npm install --save express-no-favicons

Example

var express   = require("express")
var nofavicon = require("express-no-favicons")
var app       = express();

app.use(nofavicon());

app.listen(process.env.PORT)

License

MIT

About

Express middleware to ignore favicon.* requests.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%