Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.69 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.69 KB

Pragma Header - Chrome/Chromium extension

This is simple extension to add pragma header in http request. The pragma is used to send specifies commands to webservers or reverse proxies that answers conform the implementation.

Some CDNs also them pragma header to debug. The pragma is part of specification to HTTP 1.1 - RFC 2616.

Preview

Installation

To install, go to Chrome Store or use extension developer mode at Chrome/Chromium.

TODO

  • Unobtrusive Javascript.
  • Update header without restart chrome/chromium.
  • Fix bug when new header set zero.
  • Create a beatiful interface. My designer skills is terrible, so I accept voluntaree. :D

Copyright and License

Copyright (c) 2012 Fernando Ike

This extension is free software; you can redistribute it and/or modify it under the GPL 2 License.

In no event shall Fernando Ike be liable to any party for direct, indirect, special, incidental, or consequential damages, including lost profits, arising out of the use of this software and its documentation, even if Fernando Ike has been advised of the possibility of such damage.

Fernando Ike specifically disclaims any warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The software provided hereunder is on an "as is" basis, and Fernando Ike has no obligations to provide maintenance, support, updates, enhancements, or modifications.