Skip to content

Commit

Permalink
v2.0.3: Fixes an issue in the client that prevents javascripts functi…
Browse files Browse the repository at this point in the history
…ons to work when the webserver produces a header x-content-type-options:nosniff
  • Loading branch information
jfederico committed Jan 18, 2016
1 parent a517653 commit 5c4ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb_broker.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
}

header('Content-Type: application/json; charset=utf-8');
header('Content-Type: application/javascript; charset=utf-8');
if ( empty($error) ) {

if (!isloggedin() && $PAGE->course->id == SITEID) {
Expand Down

0 comments on commit 5c4ff9d

Please sign in to comment.