Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: base_url security
Post: RE: base_url security

php_rocs Wrote: (05-08-2020, 09:33 AM) -- @az1409, When you say secure are you talking about SSL or HTTPS? -- No. Unfortunately, the site is on HTTP. [hr] jreklund Wrote: (05-08-2020, 09:4...
3,878 Views
3 Replies
05-10-2020, 09:48 PM
az1409
    Thread: base_url security
Post: base_url security

Hi all, Is there any way to secure below base_url in CI(3.1.10) $config['base_url'] = 'http://' . $_SERVER['HTTP_HOST'] Thanks in advance
3,878 Views
3 Replies
05-08-2020, 04:44 AM
az1409
    Thread: xss flashdata class
Post: RE: xss flashdata class

jreklund Wrote: (05-03-2020, 02:08 AM) -- You should use html_escape() or xss_clean() when you print strings that are not XSS safe. Personally I use html_escape() as I don't want anything to have the...
2,920 Views
2 Replies
05-03-2020, 02:12 AM
az1409
    Thread: xss flashdata class
Post: xss flashdata class

Hi All, If I need to sanitize below piece of code in CI (v3.1.10) How to do it????? and one more thing xss_clean is completely deprecated in CI (v3.1.10) so we can not use it????
2,920 Views
2 Replies
05-02-2020, 09:53 PM
az1409
    Thread: eval code injection
Post: RE: eval code injection

Thanks!
3,092 Views
2 Replies
05-02-2020, 09:49 PM
az1409
    Thread: eval code injection
Post: eval code injection

Hi all If I disabled eval function in \system\core\Loader.php in CI (v3.1.10) will it affect any area in the application as eval is vulnerable to code injection Any help would be appreciated. Thank...
3,092 Views
2 Replies
04-23-2020, 04:12 AM
az1409

Theme © iAndrew 2016 - Forum software by © MyBB