CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 27 Aug 2025 23:45:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091207081038
location: https://web.archive.org/web/20091207081038/https://github.com/dhh/asset-hosting-with-minimum-ssl
server-timing: captures_list;dur=0.925355, exclusion.robots;dur=0.039212, exclusion.robots.policy;dur=0.024682, esindex;dur=0.014860, cdx.remote;dur=36.975607, LoadShardBlock;dur=350.286165, PetaboxLoader3.datanode;dur=209.683985, PetaboxLoader3.resolve;dur=57.819339
x-app-server: wwwb-app28
x-ts: 302
x-tr: 500
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app28; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 27 Aug 2025 23:45:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 07 Dec 2009 08:10:37 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "deb87015a1fc2c6fadb9553acae07f96"
x-archive-orig-x-runtime: 148ms
x-archive-orig-content-length: 23393
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 07 Dec 2009 08:10:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 30 Jan 2009 03:43:11 GMT", ; rel="prev memento"; datetime="Thu, 24 Sep 2009 23:11:14 GMT", ; rel="memento"; datetime="Mon, 07 Dec 2009 08:10:38 GMT", ; rel="next memento"; datetime="Sun, 10 Jan 2010 01:37:17 GMT", ; rel="last memento"; datetime="Wed, 28 May 2025 15:19:17 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20091207035345_crawl102_IndexOnly-c/51_13_20091207081031_crawl101.arc.gz
server-timing: captures_list;dur=8.179110, exclusion.robots;dur=0.040893, exclusion.robots.policy;dur=0.024524, esindex;dur=0.013888, cdx.remote;dur=66.529125, LoadShardBlock;dur=305.907175, PetaboxLoader3.resolve;dur=173.172116, PetaboxLoader3.datanode;dur=305.613020, load_resource;dur=204.619646
x-app-server: wwwb-app28
x-ts: 200
x-tr: 703
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dhh's asset-hosting-with-minimum-ssl at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Rails plugin for picking a non-ssl asset host as often as possible edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/dhh/asset-hosting-with-minimum-ssl.git
Give this clone URL to anyone.
git clone git://github.com/dhh/asset-hosting-with-minimum-ssl.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dhh/asset-hosting-with-minimum-ssl.git
|
name | age | message | |
---|---|---|---|
![]() |
MIT-LICENSE | Thu Nov 27 08:21:32 -0800 2008 | Initial commit [dhh] |
![]() |
README | Thu Nov 27 10:48:01 -0800 2008 | Added note about edge rails requirement [dhh] |
![]() |
Rakefile | Thu Nov 27 08:21:32 -0800 2008 | Initial commit [dhh] |
![]() |
lib/ | Thu Nov 27 08:21:32 -0800 2008 | Initial commit [dhh] |
![]() |
test/ | Thu Nov 27 08:21:32 -0800 2008 | Initial commit [dhh] |
README
AssetHostingWithMinimumSsl ========================== It's slow to serve assets that doesn't need to be secure over SSL. This plugin will let you send assets over non-SSL as often as possible. Note: This plugin requires Rails with a revision of 229f959d15e451890db60dbb73f8565079977814 or newer (Nov 27, 2008). Example ======= In your config/production.rb config.action_controller.asset_host = AssetHostingWithMinimumSsl.new( "https://assets%d.example.com", # will serve non-SSL assetts on https://assets[1-4].example.com "https://assets1.example.com" # will serve SSL assets on https://assets1.example.com ) Copyright (c) 2008 David Heinemeier Hansson, released under the MIT license
This feature is coming soon. Sit tight!