Skip to content

Commit

Permalink
Merge pull request #629 from OSC/update/remove-safari-warning
Browse files Browse the repository at this point in the history
Remove Safari compatibility alert (#608)
  • Loading branch information
ericfranz authored Aug 5, 2020
2 parents 398ca86 + 941e627 commit 07a9cd6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/dashboard/app/views/layouts/_browser_warning.html.erb
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
<% if !ENV["DISABLE_SAFARI_BASIC_AUTH_WARNING"] && browser.safari? %>
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert">
<span aria-hidden="true">&times;</span>
<span class="sr-only">Close</span>
</button>
As currently configured, the Cluster and Interactive Apps of Open
OnDemand do not work with Safari. This is due to a bug in Safari with
using websockets through servers protected using "Basic" auth. Open
OnDemand can be installed with another authentication mechanism such as
Shibboleth or OpenID Connect. If "Basic" auth is required, Mac users
can connect with other browsers like Chrome or Firefox. Please contact
this site’s technical support and report this message.
</div>
<% end %>

<% if !browser.modern? %>
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert">
Expand Down

0 comments on commit 07a9cd6

Please sign in to comment.