D
D
dariay2017-12-17 00:35:50
css
dariay, 2017-12-17 00:35:50

How to change referrer when loading in iframe?

The site opens in

< iframe src="http://sate1.ru/index.php" width="0" height="0" frameborder="0"></iframe>

how to make the referrer be lama1.rus ?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Ankhena, 2019-10-07
@VasECHKA

I have a banal question, you

<meta name="viewport" content="width=device-width">
prescribed?
Your code works in the sandbox https://jsfiddle.net/z4quLpb3/1/
So, if it's not the meta, then you need to show all the code or see what comes out in css and run it through the validator.

H
html-css, 2019-10-06
@html-css

enter the required screen sizes

@media screen and (max-width:768px)
{
}

variables in css are written differently
https://developer.mozilla.org/ru/docs/Web/CSS/Usin...

A
Alexey, 2017-12-17
@AlexMaxTM

You can write your own browser that will pass the given referrer to the iframe.

R
rubtsoff, 2017-12-17
@rubsoff

Can you do this with CURL?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question