Access-Control-Allow-Origin setting works. Closes #72
This commit is contained in:
@@ -30,10 +30,6 @@
|
||||
<label>Allowed Domains <em>Comma Seperated</em></label>
|
||||
<textarea class='form-control' name='allowed_domains' rows='5' placeholder='http://cachet.io, http://cachet.herokuapp.com'>{{ Setting::get('allowed_domains') }}</textarea>
|
||||
</div>
|
||||
<div class='form-group'>
|
||||
<label>Disallowed Domains <em>Comma Seperated</em></label>
|
||||
<textarea class='form-control' name='disallowed_domains' rows='5' placeholder='http://cachetfake.io, http://cachetfake.herokuapp.com'>{{ Setting::get('disallowed_domains') }}</textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<h3>Mail</h3>
|
||||
|
||||
Reference in New Issue
Block a user