Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fingerprintless

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fingerprintless

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fingerprintless

Don't want to use fingerprinted filenames when you use <%= image_tag %> on your rails website in production mode? Fingerprintless allows you to remove the fingerprint from an url generated by <%= image_tag %> in the Rails asset pipeline. This can be extremely helpful for SEO purposes or when you write a newsletter that needs a static link.

Installation

Add this line to your application's Gemfile:

gem 'fingerprintless'

And then execute:

$ bundle

Usage

To disable fingerprinting for a specific image in your view, use:

<%= image_tag "foobar.png", :fingerprinting => false %>

Now <img src="/assets/foobar-c9c1735bd1858a6c3163a46059408bc2.png"> becomes <img src="/assets/foobar.png">.

FAQs

Package last updated on 28 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc