CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 11:06:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100215040353
location: https://web.archive.org/web/20100215040353/https://github.com/edavis10/css_file_sanitize
server-timing: captures_list;dur=3.100560, exclusion.robots;dur=0.042354, exclusion.robots.policy;dur=0.025488, esindex;dur=0.015156, cdx.remote;dur=123.153592, LoadShardBlock;dur=350.916906, PetaboxLoader3.datanode;dur=53.484040, PetaboxLoader3.resolve;dur=103.609726
x-app-server: wwwb-app200
x-ts: 302
x-tr: 533
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; 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: Thu, 21 Aug 2025 11:06:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Feb 2010 04:03:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5882a5356e319f5881dbf7252993f3f1"
x-archive-orig-x-runtime: 105ms
x-archive-orig-content-length: 20291
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, 15 Feb 2010 04:03:53 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 15 Feb 2010 04:03:53 GMT", ; rel="memento"; datetime="Mon, 15 Feb 2010 04:03:53 GMT", ; rel="next memento"; datetime="Tue, 06 Apr 2010 06:39:11 GMT", ; rel="last memento"; datetime="Fri, 09 Oct 2020 05:30:06 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: TLA-20100215003814-01229-ia360915-c/TLA-20100215032228-00823-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.660283, exclusion.robots;dur=0.029459, exclusion.robots.policy;dur=0.017143, esindex;dur=0.012442, cdx.remote;dur=11.221050, LoadShardBlock;dur=186.992466, PetaboxLoader3.datanode;dur=155.294285, PetaboxLoader3.resolve;dur=180.588409, load_resource;dur=154.106241
x-app-server: wwwb-app200
x-ts: 200
x-tr: 427
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
edavis10's css_file_sanitize at master - GitHub
This service is courtesy of Pledgie.
edavis10 / css_file_sanitize forked from courtenay/css_file_sanitize
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Allows your Ruby web app to take custom CSS -- rejects anything that smells bad. CAUTION: edavis10 has found several bugs with this, might be good to test before placing in production. — Read more
README
This plugin will sanitize input CSS for an ActiveRecord model. It defaults to using the +custom_css+ attribute. 1. Include the +CssSantize+ module in your ActiveRecord model. 2. Use +YourModel.custom_css=+ to set the css. 3. No step three. Optionally, you can just use the sanitizer directly by calling the +sanitize_css+ method.