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

remove ChromeFrame #6751

Conversation

SuperTux88
Copy link
Member

Google Chrome Frame was a plugin for Internet Explorer, but is no longer
supported. And it was included with http and not https which triggered a
warning on most pods.

Also set the minimum version to 9 to support #6557

@@ -6,14 +6,14 @@

require ::File.expand_path('../config/environment', __FILE__)
require ::File.expand_path('../lib/unicorn_killer', __FILE__)
require ::File.expand_path('../lib/rack/chrome_frame', __FILE__)
require ::File.expand_path('../lib/rack/internet_explorer_version', __FILE__)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@SuperTux88 SuperTux88 force-pushed the internet-explorer-version-check branch from 2354b49 to 8a489da Compare March 14, 2016 21:27
context "non-IE browser" do
let(:ua_string) { "another browser chromeframe" }

it "shouldn't complain about the browser and shouldn't have chrome frame" do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't have chrome frame

You don't test this here so I'd drop that part of the description.

Google Chrome Frame was a plugin for Internet Explorer, but is no longer
supported. And it was included with http and not https which triggered a
warning on most pods.

Also set the minimum version to 9 to support diaspora#6557
@SuperTux88 SuperTux88 force-pushed the internet-explorer-version-check branch from 8a489da to 5dd6dcf Compare March 18, 2016 18:27
@jhass
Copy link
Member

jhass commented Mar 21, 2016

Merged as d97448e

Thanks!

@jhass jhass closed this in d97448e Mar 21, 2016
@jhass jhass added this to the 0.5.8.0 milestone Mar 21, 2016
@SuperTux88 SuperTux88 deleted the internet-explorer-version-check branch March 21, 2016 19:14
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

Successfully merging this pull request may close these issues.

4 participants