Bugzilla – Attachment 95274 Details for
Bug 23874
Advanced Editor is not loaded if X-Content-Type-Options: nosniff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23874: Fix advanced editor if nosniff is set
Bug-23874-Fix-advanced-editor-if-nosniff-is-set.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2019-11-11 17:38:17 UTC
(
hide
)
Description:
Bug 23874: Fix advanced editor if nosniff is set
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-11 17:38:17 UTC
Size:
1.15 KB
patch
obsolete
>From 81c3dcf4474268dac7e57bb27d7ab001d8c610e0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Nov 2019 18:37:27 +0100 >Subject: [PATCH] Bug 23874: Fix advanced editor if nosniff is set > >--- > koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js >index eeca779440..139c184cda 100644 >--- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js >+++ b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js >@@ -108,7 +108,7 @@ define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=defin > '/cgi-bin/koha/svc/bib/' + id > ).done( function( metadata ) { > $.get( >- '/cgi-bin/koha/svc/bib_framework/' + id >+ '/cgi-bin/koha/svc/bib_framework/' + id, null, 'json' > ).done( function( frameworkcode ) { > var record = new MARC.Record(); > record.loadMARCXML(metadata); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23874
:
94565
|
94578
| 95274