You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hello currently i am creating a chrome extention for a website in which iframe is exist so whenever i am try to access data of the iframe it gives cross-origin related error
you response will great for me?
Martin Sonesson [C]
unread,
Jun 10, 2024, 2:24:06 AM6/10/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Keval Kankrecha
Browsers don't allow for scripts to read the contents of inside an iframe for security reasons against XSS attacks. You can only read the contents of an iframe if it has the same origin as the parent site.