Jeckky / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

IE fix so PDF will download over ssl connection #482

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
replace line 963 in pdflib_adapter.cls.pdf (header("Cache-Control: private");) 
with:

    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
    header('Pragma: public');

Original issue reported on code.google.com by sc...@kobecreations.com on 13 May 2012 at 11:24

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00