-
I saw you merged my #5 PR but then removed the code in b8eaebba15ae7cdc7da3d64df1cdeb99b9eb0d48. Is there a reason for this?
-
I've recently stumbled upon https://github.com/microcosm-cc/bluemonday, which seems to be a Go library for HTML sanitizing.
Would it be a good idea or a bad idea to use it?
I haven't really looked a…
-
my file code:
```
"use strict";
var bar, foo, path, foobar, fs, baz, protal;
//fs = require("fs");
protal = require("./program5module.js");
path = require("path");
baz = process.argv;
//console.…
L2L2L updated
10 years ago
-
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …
-
Users should be able to add comments about a work cell and make those available to others who view or work with the work cell.
This becomes very important when a user cannot complete a work cell due …
-
Is there a better way to get the curretn number of characters?
$(divid).sceditor('instance').val().length;
This seems to be really slow and if I count cahracters upon each keyup event it'll stall th…
-
We'd like to display a secondary live preview of the editor's content and thus need an event / the content of the edited field while the user is typing.
We've tried AutoUpdate, but (in 1.4.4) it only …
-
Hi,
The editor is vulnerable to an XSS. The editor allows users to insert link and if instead of normal link, I input JavaScript URI
`javascript:alert%28location%29`
then it works. The attacker can…
-
Currently, searching the forums returns unparsed BBCode in the results, and the BBCode tags themselves can be matched in a search (i.e. "code" will match everything with [code] blocks).
-
After fighting with the asstes bug I have encountered:
undefined method `search' for #Class:0x321a950
****\* around line 15 *****
@q = Location.search(
params[:q]
)
---
NoMethodError …