Coder Social home page Coder Social logo

Comments (3)

rcrath avatar rcrath commented on August 24, 2024

Here is the message we get (courtesy of a student who just got locked out!)

blank page with 'Disallowed Key Characters' in the top left corner"

from scalar.

craigdietrich avatar craigdietrich commented on August 24, 2024

Hi Rich,

You've encountered a protective layer in CodeIgniter (Scalar's underlying framework) that is a little too picky: there's a function that looks at the field names of incoming cookies and will display the error message and halt the application if there are special characters (e.g. ~ or @, etc). There's a few spam tracking cookies out there that can invoke this.

Are you using Scalar on our server (scalar.usc.edu)? If so, we already put in a patch that corrects this, so if the problem persists it means the patch needs enhancements and I can work to make it better.

Though, if you're using Scalar on your own server, the patch is to overwrite this file: "system/libraries/Input.php" in your Scalar root folder with: https://github.com/anvc/scalar/blob/master/system/libraries/Input.php

Thanks,
Craig

from scalar.

rcrath avatar rcrath commented on August 24, 2024

THanks Craig, We are running our own instance. I updated Input.php, and the site stayed up, so I assume we can close this issue.

from scalar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.