Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompileSupport IE & SSL Request #7

Open
tnedlacer opened this issue May 10, 2010 · 0 comments
Open

CompileSupport IE & SSL Request #7

tnedlacer opened this issue May 10, 2010 · 0 comments

Comments

@tnedlacer
Copy link

It was not displayed in IE.
It was displayed when changing from

33 def ssl_request?
34  @controller.request.env['SERVER_PROTOCOL'].downcase == "https"
35 end

41 @controller.headers['Pragma'] = 'public'

50 @controller.headers['Cache-Control'] = 'maxage=1'

to

33 def ssl_request?
34  @controller.request.ssl?
35 end

41 @controller.headers["Pragma"]="private"

50 @controller.headers["Cache-Control"]="private"
johnhampton pushed a commit to topagentnetwork/prawnto that referenced this issue Feb 27, 2012
It was not working in ie with ssl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant