https://bugzilla.wikimedia.org/show_bug.cgi?id=26508
--- Comment #9 from Christian Kujau <[email protected]> 2012-06-21 08:53:34 UTC --- Another CSP warning, MW 1.19.1, Firefox 13.0: ----------- Timestamp: 6/21/12 01:37:49 Warning: CSP: Directive "inline script base restriction" violated Source File: https://foo.example.com/wiki/Test Line: 23 Source Code: if(window.mw){ mw.config.set({"wgCanonic... ----------- The warning is issued when a table with "class=sortable" is used and the sort-buttons are not displayed in Firefox. Setting X-Content-Security-Policy to "allow 'self'; options inline-script; img-src 'self' data:", makes the warning disappear and the sort-buttons are displayed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
