Displaying 2 results from an estimated 2 matches for "badsite".
Did you mean:
admite
2011 Feb 11
11
CSRF protection in rails 2.3.11
Hi all,
I think CSFR protection broke in rails 2.3.11.
As in: it''s turned off now.
I tried this in rails 2.3.10 and in 2.3.11 and 2.3.11 seems broken.
>rails csrftest
>cd csrftest
>script/generate scaffold post title:string
>rake db:migrate
now I visit /posts/new in my browser, use firebug to delete or change
the authenticity token, and submit the form.
rails 2.3.11: all
2018 Sep 18
2
4.6.16 on CentOS 6: network browsing doesn't work
...;s just the ability
to browse lists of other machines on the network that doesn't work:
clients see nothing.
This serverfault question [1] purports to shed some light on the issue,
and comparing output with another S4 site I have (4.0.7 (sorry) on CentOS
6) does give slightly odd results:
badsite% /usr/local/samba/bin/smbtree -N
(no output)
othersite% /usr/local/samba/bin/smbtree -N
WIND
\\WIN7-7
\\WIN7-5
\\WIN7-2
\\WIN7-1
the manpage on smbtree does suggest that it's related to "Network
Neighbourhood"-style lists of machines, so I'm...