forked from leftypol/leftypol
Optionally access mod cookie in JavaScript
This commit is contained in:
parent
381cac2cb8
commit
52fe0c8989
2 changed files with 4 additions and 1 deletions
|
@ -1107,6 +1107,9 @@
|
|||
// Replace ?/config with a simple text editor for editing inc/instance-config.php.
|
||||
$config['mod']['config_editor_php'] = false;
|
||||
|
||||
// Whether or not you can access the mod cookie in JavaScript. Most users should not need to change this.
|
||||
$config['mod']['cookie_httponly'] = true;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Mod permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue