Skip to content

remove ChromeFrame#6751

Closed
SuperTux88 wants to merge 1 commit intodiaspora:developfrom
SuperTux88:internet-explorer-version-check
Closed

remove ChromeFrame#6751
SuperTux88 wants to merge 1 commit intodiaspora:developfrom
SuperTux88:internet-explorer-version-check

Conversation

@SuperTux88
Copy link
Copy Markdown
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

Comment thread config.ru Outdated
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__)
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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