Saturday, April 24, 2021

What does CRSF stand for?

CRSF stands for Cross-site request forgery.
CSRF is also used as an abbreviation in defences against CSRF attacks, such as techniques that use header data, form data, or cookies, to test for and prevent such attacks.

The app must send a request header called X-CSRF-Token with the value fetch in this call. The server generates a token, stores it in the user's session table, and sends the value in the X-CSRF-Token HTTP response header.

 

Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf) or XSRF, is a type of malicious exploit of a website where unauthorized commands are submitted from a user that the web application trusts.

 

cross-site scripting (XSS), exploits the trust a user has for a particular site,
CSRF exploits the trust that a site has in a user's browser.  

 

Source:https://en.wikipedia.org/wiki/Cross-site_request_forgery 

Thursday, April 22, 2021

How to set css color property to red in JQuery

 $('h1').css('color','red')
 $('*').css('color','red')

What is Patmos in the Book of Revelation?

 Patmos is mentioned in the Book of Revelation, the last book of the Christian Bible. 

Patmos, an Aegean island in the north of Greece’s Dodecanese island group, is a significant Christian pilgrimage site. Its Cave of the Apocalypse is where John of Patmos (St. John the Theologian) is said to have written the Book of Revelations.


source:https://en.wikipedia.org/wiki/Patmos

What are the seven Spirits which are before the throne of God? - Revelation 1

I was curious to find out the meaning of "the seven Spirits, which are before the throne of God" which reading the Bible today.

Here's something that I found. Please feel free to add:

 The seven gifts of the Holy Spirit are wisdom, understanding, counsel, fortitude, knowledge, piety, and fear of the Lord

Wednesday, April 21, 2021

How to add google analytics code to blogger blog?

Go to Design mode. Click Theme.

Click Customize drop down > Click Edit as HTML
under head paste your google code from analytics. Steps to get google analytics code is below.

In google analytics go to ADMIN

Then create account and add blog.

If you have already have one, Click Account Management. Close the Popup that comes up.

Look for "Tracking Info" under property>

Click "Tracking Code" under it.

Copy the code under Global site tag.

Paste it now in the section under head.


https://www.youtube.com/watch?v=N3jGnYbkr50